Removing the add to cart hover on imageshow

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Thu Sep 02, 2010 5:07 pm
Hi,

I wish to remove the add to cart box that appears when hovering over images (products) on the frontpage slideshow...

Where do I disable it?

Ive tried in the modules settings to set the tool tips to "false"...

Any ideas?
User avatar
Fresh Boarder

teitbite
Sat Sep 04, 2010 9:59 am
Hi

Add this at the end of template.css file:

Code: Select all
.gk_is_tooltip {
display:none !important;
}
User avatar
Moderator


cron