This topic has 6 replies, 2 voices, and was last updated 10 years, 6 months ago ago by Eva Kemp
How to hide some of the fields (category, tags and so) in product page and QUICK VIEW?
And another question. How to change the font size on “Add to cart” button?
Hello,
Please provide us with the site name in Private Content for better assistance.
Regards,
Eva Kemp.
Link
Catalog
Hello,
To change the font size of “Add to cart” button please add the code into custom.css:
.big {font-size: 21px;}
and change the number to yours.
To remove product name and category use the code:
.single-product-page .product-info h4, .single-product-page .product-info .posted_in {display: none;}
To hide “Clear selection”:
.reset_variations {display: none;}
Regarding stock status you can check Woocommerce Settings > Products > Inventory tab.
To hide wishlist text:
.wishlist-btn-container.with-styles .yith-wcwl-wishlistexistsbrowse, .wishlist-btn-container.with-styles .yith-wcwl-wishlistaddedbrowse {display: none !important;}
Regards,
Eva Kemp.
The issue related to '‘Hide product meta’' has been successfully resolved, and the topic is now closed for further responses