How Do I Remove This Box?

Support desk for Multipurpose Quark Theme
GK User
Fri Dec 30, 2016 5:00 pm
Hello,

How do I remove this box in this template: https://demo.gavick.com/joomla3/quark_ecommerce/

See attachment
User avatar
Platinum Boarder

teitbite
Mon Jan 02, 2017 2:48 pm
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;
}
User avatar
Moderator

GK User
Mon Jan 02, 2017 4:06 pm
Teitbite,

thanks again and you rock :D

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;
}
User avatar
Platinum Boarder

teitbite
Wed Jan 04, 2017 11:21 am
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron