Problem with first letter in search result

Ivory Search Forums Support Problem with first letter in search result

Viewing 1 reply thread

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

  • Author
    Posts
    • #22788
      Steffi
      Participant
      • Topics: 2
      • Replies: 0

      the initial letters in the search result of the drop-down field are all capitalized. How can I change this?

    • #22791
      Ivory Search
      Keymaster
      • Topics: 0
      • Replies: 1,744

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

      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

      body .is-ajax-search-details .is-title a,
      body .is-ajax-search-post .is-title a {
          text-transform: unset;
      }

      Best regards,
      Ivory Search Support

Viewing 1 reply thread

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