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
Hi,
Please try this instead:
button.single_add_to_cart_button, .single-product ul.cart_dropdown {
display: none !important;
}
Best regards,
Rikard
I tried before and didn’t worlk.
Now it’s ok thank you very much
Hi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike