• Resolved patrickhouthuijzen

    (@patrickhouthuijzen)


    Hi,

    Thank you for this plugin. We are now testing it to use it on our website. I have a question about the search results (AJAX): every word of the title starts with a capital letter. Actually, the original title does not.

    For example: if you type ”ERP” in the searchbar, you get: ”Meest Gemaakte Fouten Bij ERP selectie” This should be: Meest gemaakte fouten bij ERP selectie”, so without capital letters with every word. If you click on the result, you see that the original title isn’t with capital letters.

    How can i fix this?

    Thank you in advance.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    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 Ivory Search -> Settings -> Settings

    body .is-ajax-search-result .is-title a {
        text-transform: unset;
    }

    Best regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Capital in title of search results’ is closed to new replies.