Home Forums WoodMart support forum Reviews not showing

Reviews not showing

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #714792

    luluacza
    Participant

    Hi

    I need assistance on my site, i cannot get the reviews to show on my products, I have ticked all the sections and in the product too, but it is still not showing.

    #714807

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    I have checked and it looks like the product tabs (including reviews) are being hidden via custom CSS.

    Please go to Theme Settings > Custom CSS and remove the following code:

    .product-tabs-wrapper {
        display: none;
    }

    This CSS is hiding the entire tabs section, which is why the reviews are not visible. After removing it, the reviews tab should appear normally.

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)