WooCommerce Reviews Tab Not Showing on Single Product Page
-
Hi Team,
We are using the WoodMart theme with WooCommerce.
The WooCommerce product reviews tab is not showing on the single product page.
We already checked the following:
WooCommerce → Settings → Products → “Enable product reviews” is enabled
Product-level “Enable reviews” option is enabled
WoodMart → Theme Settings → Single Product → Tabs → “Enable reviews tab” is enabled
No custom single product layout is active
Custom tabs are working properly
But still the Reviews tab is not appearing on the frontend product page.
Product URL:
https://robotouch.co.in/product/accura-massage-chair/
Could you please check if this is caused by a theme override or conflict?
Thank you.
Attachments:
You must be
logged in to view attached files.
Hello,
I checked your site and found that the Reviews tab is being hidden by custom CSS.
Please navigate to Appearance > Customize > Additional CSS and remove the following CSS code:
li#tab-title-description,
li#tab-title-additional_information,
li#tab-title-reviews {
display: none;
}
Best Regards