Hi Support,
Is there any way to hide tabs (Woocommerce Shop->Single Product Builder ->Tabs)
in Mobile? (In Single Product Pages)
Regards,
LakshanM
This topic has 5 replies, 2 voices, and was last updated 4 years, 5 months ago ago by Lakshan001
Hi Support,
Is there any way to hide tabs (Woocommerce Shop->Single Product Builder ->Tabs)
in Mobile? (In Single Product Pages)
Regards,
LakshanM
Hello,
Custom CSS code can be used. Provide URL and we will give you the code.
Regards
Hi Rose,
Link – https://reviveforever.com/product/baked-blush/
Hello,
Add the next code in Theme Options > Theme custom CSS > custom CSS for mobile:
.single-product .woocommerce-tabs {
display: none;
}
Regards
Hi Rose,
Done thank you very much !!!
The issue related to '‘Remove Review tabs in mobile’' has been successfully resolved, and the topic is now closed for further responses