Home › Forums › Jevelin Theme › Remove some info on product page and category page
Home › Forums › Jevelin Theme › Remove some info on product page and category page
Dear,
Would it be possible to remove all the info showed in the printscreen please ?
Kind regards,
Ben
Hi Ben,
I hope you are well today and thank you for your question.
Sure we can remove that but could you please share me the page URL from your site where it is displaying so that i can help you to remove it?
Best regards,
Shufflehound team
Hi, sure
This is the category page:
http://www.worldofpixels.be/product-category/subaru-trackday-clastres-2017/audi-tt/
This is the product page:
http://www.worldofpixels.be/product/tt_1/
Thank you
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.single-product .woocommerce-tabs.wc-tabs-wrapper,
.woocommerce.archive.tax-product_cat ul.products li.product .sh-woo-post-content-container a.add_to_cart_button,
.woocommerce ul.products li.product .price {
display: none;
}