This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Remove bullet points next to woocommerce product images

Resolved 3 replies premiumthemetheme-vantage
10 years ago · Last reply by Magus 10 years ago

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

URL: http://nicolerevishshop.com/product-category/shampoos/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Magus Staff 10 years, 10 months ago

    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

  2. MJ 10 years, 10 months ago

    Fixed. Thank you again, Magus.

  3. Magus Staff 10 years, 10 months ago

    No worries Matt, Glad to help

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread