Remove Cart Image

Joomla webshop template with CSS3-based animations, VirtueMart support and one-page checkout.
GK User
Thu Jun 05, 2014 10:49 am
Hi,

when I have a module in the "Cart" position, a shopping cart appears. How can I remove this?
User avatar
Expert Boarder

GK User
Thu Jun 05, 2014 7:25 pm
Please edit: /templates/gk_storefront/css/override.css and add at its end:
Code: Select all
#gkCart {display: none;}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Fri Jun 06, 2014 8:08 am
Thanks for your reply.
I have done this, but the problem is that it has taken the whole module away now. I had contact details in that area :(
Can I keep the module, but just remove the icon?
User avatar
Expert Boarder

GK User
Sat Jun 07, 2014 8:36 am
Could you please post an url to your site?
User avatar
Moderator

GK User
Mon Jun 09, 2014 8:05 am
http://xxx (link removed due to user request) :)
User avatar
Expert Boarder

GK User
Mon Jun 09, 2014 3:29 pm
Code: Select all
#gkCart .gk-icon-cart-add{display: none;}

This should work fine.
User avatar
Moderator

GK User
Mon Jun 09, 2014 8:55 pm
It's perfect! Thank you so much!
Please would you remove the link to the site from the other post :)
User avatar
Expert Boarder

GK User
Tue Jun 10, 2014 7:43 pm
Yes, no problem - link removed.
User avatar
Moderator

GK User
Wed Jun 11, 2014 7:19 am
Fantastic. I appreciate it! :)
Great service BTW!
User avatar
Expert Boarder

GK User
Wed Jun 11, 2014 10:03 am
We are trying our best :) Thanks.
User avatar
Moderator


cron