wordpress - Woocommerce How to hide product tab -


i'm trying hide or remove tab want keep product description. there way this?

https://www.absolutept.com/product/electric-stimulation-machine-ev906/

see how word "description" appears - want remove , dot in front of keep else.

thanks in advance.

you have remove code snippet:

<ul class="tabs wc-tabs">   <li class="description_tab active">     <a href="#tab-description">description</a>   </li> </ul> 

that should solve problem.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -