search icon missing

Ivory Search Forums Support search icon missing

Viewing 4 reply threads

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

  • Author
    Posts
    • #7168
      benbon
      Participant
      • Topics: 2
      • Replies: 7

      I set the search box width but the icon disappeared.

      .is-menu input.is-search-input {
      width: 150%;
      border-radius: 8px;
      }

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

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

      Do you want to increase the search icon width?

      Could you please share your site URL where it’s displaying so that I can help you to achieve it?

      Best regards,
      Ivory Search Support

      • #7173
        benbon
        Participant
        • Topics: 2
        • Replies: 7
        This reply has been marked as private.
    • #7180
      Ivory Search
      Keymaster
      • Topics: 0
      • Replies: 1,735

      You can achieve this by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Admin Area -> Ivory Search -> Settings -> Settings

      .is-menu.default form {
          max-width: 100%;
          width: 400px;
      }
      .is-menu input.is-search-input {
          border-radius: 8px 0 0 8px;
      }
      .is-menu button.is-search-submit .is-search-icon {
          border-radius: 0 8px 8px 0;
      }
    • #7189
      benbon
      Participant
      • Topics: 2
      • Replies: 7

      It works. Thank you very much!

    • #7206
      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/?filter=5

      I’d really appreciate that. 🙂

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

Viewing 4 reply threads

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