• Resolved Raphael Stolz

    (@idonyclothing)


    Hey,

    Is it wanted when searching for a word in a review that you also get results from HTML tags? When I for example search for “david” it also shows and highlights me the HTML image tag and the URL of that because the image includes the text”david”.

    I would like to disable this if possible. It looks wrong for the customers.

    Would love to hear your opinion on this.

    Thanks!

    Raphael

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    Thank you for using CusRev.

    To hide the search box for the all reviews shortcode, please add this custom CSS code in Appearance > Customize > Additional CSS.
    ?

    .cr-all-reviews-shortcode .cr-ajax-search {
        display: none
    }

    Let me know if it helped.

    Thread Starter Raphael Stolz

    (@idonyclothing)

    Thanks for the fast help, unfortunately that just made the whole search bar disappear. I wanted only the results to be changed. So that only the normal text can be searched and not also the HTML tags.

    https://prnt.sc/5QdW0KHaeg5k

    In the screenshot you can see the problem I would like to solve.

    Thanks!

    Hi,

    It’s the feature to highlight the keyword, you can use this custom CSS code to remove the background of the keyword

    .cr-search-highlight {
        background: unset;
    }

    We haven’t heard from you for more than two weeks. For this reason, I’ll assume that either you are not interested in this question/problem anymore or it has been resolved. If you still require any help, please start a new forum topic.

    Thread Starter Raphael Stolz

    (@idonyclothing)

    Hey, yeah well it’s not the answer I was looking for but thanks anyway.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Search Field’ is closed to new replies.