Hello,
How do I remove this box in this template: https://demo.gavick.com/joomla3/quark_ecommerce/
See attachment
.addtocart-area .addtocart-bar {
display: none !important;
}
teitbite wrote:Hi
Please add this code to override.css and make sure override is enabled in template settings.
- Code: Select all
.addtocart-area .addtocart-bar {
display: none !important;
}