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

c++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -