Hi, I have 3 sites using the Vantage theme. One site is entirely an estore with woocommerce and I have two small issues that I’m sure you guys can fix since I’ve run out of ideas.
1) On my product-category pages there is bullet point to the left of every image. It’s the default woo layout with image/title/button and a bullet point there unnecessarily.
Here’s an example: http://nicolerevishshop.com/product-category/shampoos/
The bullet points appear on every product-category page.
2) On the (single) product page of this same site under the product image there is a hyperlink “Description” that I’d like to remove but cannot determine a “display none” code option for that or locate any settings in Woo.
Here’s an example: http://nicolerevishshop.com/product/brilliance-shampoo-fine-hair-1-7-oz/
Any help you can provide on these would be fantastic!
Thanks again!
Matt
Hi Matt
Please add the following to your custom CSS
.woocommerce #content div.product ul li.description_tab { display: none !important; } .woocommerce ul.products { list-style: none; }Let us know how you get on
Magus
Fixed. Thank you again, Magus.
No worries Matt, Glad to help