Displaying search icon instead of Title

Ivory Search Forums Support Displaying search icon instead of Title

Viewing 1 reply thread

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

  • Author
    Posts
    • #7625
      frank.dixon
      Participant
      • Topics: 1
      • Replies: 0

      On the develop site for a project I’m working on, we have the magnifier icon replaced with the word “GO” to perform the search. I’ve been unable to replicate this in the production environment.

      Develop site I’m getting this: (correct)
      <input type="submit" value="GO" class="is-search-submit">

      On production I’m getting the following code generated: (wrong)

      <button type="submit" class="is-search-submit" value="GO">
        <span class="is-screen-reader-text">Search Button</span><span class="is-search-icon">
           (SVG goes here but I think it was causing issues. 
        </span>
      </button>

      I found this post in the documentation: https://ivorysearch.com/docs/display-text-instead-of-menu-search-icon/
      Unfortunately, it doesn’t resolve the issue in our Production Environment.

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

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

      You can achieve this by configuring the search form using the search form customizer on the below path as shown in the attached screenshot.

      Admin Area -> Ivory Search -> Search Forms -> Edit Search Form -> Design -> Search Form Customizer

      Best regards,
      Ivory Search Support

      Attachments:
      You must be logged in to view attached files.
Viewing 1 reply thread

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