Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1178458
    Cristian
    Participant

    Hello,

    How can i remove the review are? http://deliamuresan.ro/produs/bilet-angels-days/

    I set in woocommerce to dont allow revies, but they are still on the page.

    Thank you

    #1178589
    Prasant Rai
    Moderator

    Hello Cristian,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    div#reviews {
        display: none !important;
    }

    Thanks.

    #1184391
    Cristian
    Participant

    Hi, thank you.

    Almostdone http://deliamuresan.ro/produs/bilet-angels-days/

    there is still a review field.

    how can i remove it too?

    #1184423
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .reviews_tab,
    .reviews_pane {
        display: none;
    }

    Hope it helps 🙂

    #1185382
    Cristian
    Participant

    I managed to solve it. there was an option customizer/woocommerce to turn review off.

    Thanks you can close the ticket

    #1185825
    Lely
    Moderator

    You’re welcome Cristian!

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1178458 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>