• When implementing this theme I get two times the add to cart button in archive pages. I use woocommerce for the shop and elementor

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @gfrino,

    You can hide the extra add to cart button with the help of custom css. Please apply below given css under Appearance -> Customize -> Additional Css-

    ul.products.columns-4 a:nth-child(2) {
    display: none !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

Viewing 1 replies (of 1 total)
  • The topic ‘Double ADD TO CART’ is closed to new replies.