I would like to remove the tabbed feature in the description (and remove reviews too), so it just shows the 'Product Description' header and then text.
Where is this located and how can I delete it?
Thanks
I would like to remove the tabbed feature in the description (and remove reviews too), so it just shows the 'Product Description' header and then text.
Where is this located and how can I delete it?
Thanks
Hi hightechlowlife,
Try to add this code on your Quick CSS (Flashlight > Styling) or the custom.css file (located inside the css folder of your theme's folder):
ul.tabs {
display: none;
}
.woocommerce_tabs .panel.entry-content {
border: 0 !important;
}
Hope this helps. :)
Regards,
Ismael
Thanks!
Hey,
No problem.
Regards,
Ismael
You must log in to post.