Support Forum › Forums › Woncep – Fashion Style WooCommerce Theme › How to hide this part? › Reply To: How to hide this part?
October 25, 2021 at 8:44 am
#2746
Hi you,
I just adjusted the distance for you.
If you want to hide this part, please copy and paste this css code to file style.css ( child-theme):
.single-product div.product .entry-summary .woosc-btn, .single-product div.product .entry-summary .woosw-btn, .single-product div.product .product_meta{
display: none;
}