Tagged: add_to_cart, icon cart, remove
Hi, in my https://www.ilredelweb.it/trackwizard/prodotto/trackwizard/ (and in all other future products)
I would like to hide the button add_to_cart and icon cart in top right, would it be possibile?
Thanks a lot, Gianluca
Hey Gianluca,
Please try the following in Quick CSS under Enfold->General Styling:
button.single_add_to_cart_button, .single-product ul.cart_dropdown {
display: none;
}
Best regards,
Rikard
I did it but nothing changes.
I also add !important; but no changes