Border radius on iPhone

Ivory Search Forums Support Border radius on iPhone

Tagged: 

Viewing 5 reply threads

You must be logged in to create new topic or reply to the topic.

  • Author
    Posts
    • #6055
      Christine
      Participant
      • Topics: 2
      • Replies: 2

      Hello,

      I inserted a search form in the mobile menu at https://www.unterwegsinberlin.de. But the search fiel itself on iPhone has rounded corners. I already tried some css tweaks, but non worked. How can I change that?

      Best
      Christine

    • #6056
      Christine
      Participant
      • Topics: 2
      • Replies: 2

      Forgot the image

      Attachments:
      You must be logged in to view attached files.
    • #6084
      Ivory Search
      Keymaster
      • Topics: 0
      • Replies: 1,735

      I hope you are well today and thank you for your question.

      This seems the iPhone a related issue as described on the below pages.

      https://stackoverflow.com/a/7879177
      https://stackoverflow.com/a/2918716

      You can try resolving it by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Ivory Search -> Settings -> Settings

      .is-form-style input.is-search-input {
          -webkit-appearance: none;
          -webkit-border-radius: 0;
          border-radius:0;
      }

      Best regards,
      Ivory Search Support

    • #6093
      Christine
      Participant
      • Topics: 2
      • Replies: 2

      Hello, that worked. Thanks!

    • #6094
      Ivory Search
      Keymaster
      • Topics: 0
      • Replies: 1,735

      You are always welcome, I’m glad I was able to help you with this matter. There is no obligation but by your kind words I wonder if I could trouble you to leave a review based on this experience here:

      https://wordpress.org/support/plugin/add-search-to-menu/reviews/

      I’d really appreciate that. 🙂

      And if I can be of any further assistance please don’t hesitate to ask.

    • #6293
      Ivory Search
      Keymaster
      • Topics: 0
      • Replies: 1,735

      The issue is resolved in the latest released plugin version 4.5.10

Viewing 5 reply threads

You must be logged in to create new topic or reply to the topic.