Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @vakondweb,

    Upon inspection with web browser’s source code viewer, it shows that you have this CSS code that hides comments list as well as the product reviews.

    #comments{
        display:none;
    }

    Please go to your site’s Additional CSS and replace it with:

    :not(.woocommerce-Reviews) #comments {
        display: none;
    }
    Thread Starter vakondweb

    (@vakondweb)

    Dear @kharisblank

    Thank you very much for your kind reply, it really helped!

    All the best,

    László

    • This reply was modified 2 months, 2 weeks ago by vakondweb.
Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.