Expired
Is there a way to remove the following:
1. list of links that show above the name of each product on the single image product page.
2. the in-stock and line that shows below the product name on the single image product page.
I’ve provided a link of what I would like to remove.
https://insidesourcemedia.com/clients/ink/breadcrumb-instock.html
Thanks in advance.
Hello,
Please add this css line:
1.
.woocommerce .woocommerce-breadcrumb{ display:none !important; }
2.
.cl-useful-info{ display:none !important; }
Thanks
You must be logged in to reply to this topic.