Store information only want to show on the single product and the store page,
we do not want to show on the main page and shop, how can hide the store information other pages, please explain.
Thank you very much
This topic has 4 replies, 3 voices, and was last updated 5 years, 1 months ago ago by UAE0786
Store information only want to show on the single product and the store page,
we do not want to show on the main page and shop, how can hide the store information other pages, please explain.
Thank you very much
Hello,
Add the next code in Theme Options > Theme Custom CSS:
.archive.woocommerce-page .wcfmmp_sold_by_container,
.home .wcfmmp_sold_by_container,
.related-products-wrapper .wcfmmp_sold_by_container {
display: none;
}
Regards
Hello,
1) To disable the add to cart buttton go to Theme Options > WooCommerce > Shop > Product Styles > disable Add to cart button.
2) To disable wcfmmp sold by information contact WCFM plugin and ask them if they have any option for this because it comes from plugin, not from our theme. Or use the custom CSS to hide it
.product-details .wcfmmp_sold_by_container {
display: none;
}
Regards
Thank you very much
The issue related to '‘Store information only want to show on the single product page’' has been successfully resolved, and the topic is now closed for further responses