• Resolved pxmalye

    (@pxmalye)


    Hi,

    How do I remove the search review from the review tab in the product page?

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    Hi there ??

    Could you please share a link to your site to see if I can generate a custom CSS code to hide that search bar for you?

    Thanks!

    Thread Starter pxmalye

    (@pxmalye)

    Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    This can be fixed with some custom CSS. Under Customize > Additional CSS, you can add the following code:
    ?

    /* Disable searchbar from reviews */
    .cr-ajax-search {
        display: none !important;
    }?
    

    ?
    If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).

    Cheers!

    Thread Starter pxmalye

    (@pxmalye)

    Tried. Doesn’t work.

    Plugin Support abwaita a11n

    (@abwaita)

    Hi @pxmalye,

    Thanks for getting back.

    Let’s try to add some specificity to the code, kindly check if this will work:

    #reviews.cr-reviews-ajax-reviews .cr-ajax-search{
    display: none !important;
    }

    As my colleague mentioned above, you want to add the CSS code through the customizer, that is, WP-Admin → Appearance → Customize → Additional CSS

    Let us know how it goes.

    Thread Starter pxmalye

    (@pxmalye)

    Still doesn’t work.

    Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    That’s odd. In this case, you will need to reach out to your theme’s developers for a solution.

    We’d recommend you hire a developer who can take a look at this, quote you for their services and help you add this feature to your site. We’d recommend getting in touch with a web developer or one of the customization experts listed at https://woocommerce.com/customizations/.

    Hope that helps! ??

    Plugin Support abwaita a11n

    (@abwaita)

    Hi @pxmalye,

    We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, you were able to reach the theme developer.

    If you have further questions, please feel free to open a new topic.

    Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘review search’ is closed to new replies.