• Hi, is there a way to remove the add to cat button from product listing in my shop. i want it to be shown only when you get inside the product description.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey,

    Try adding this CSS to Theme Options> Advanced Settings and let me know if this is what you’re trying to accomplish:

    .product_item .kad_add_to_cart, .product_item a.button {
        display: none;
    }

    -Kevin

    Thread Starter betumayo

    (@betumayo)

    thanks that worked great!!!

    now how can i change font appearence from the products?… size bold or not ..it look quite big and too bold right now

    Which font in particular are you trying to change? All of the fonts on your single product pages?

    Can you share a screenshot showing the fonts that you want to reduce in size?

    -Kevin

    Thread Starter betumayo

    (@betumayo)

    the font the product name that sows under the image in the product listing of my shop.

    https://www.ponponi.co.il/?post_type=product

    Try this CSS and let me know if it works for you!

    .product_details a h5 {
        font-weight: lighter !important;
    }

    -Kevin

    Thread Starter betumayo

    (@betumayo)

    that worked. looks lighter thank you?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘remove add to cart from product listing’ is closed to new replies.