Remove add to cart from Tooltip

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

How can I remove the add to cart link in the slideshow tooltip??

Thanks
User avatar
Fresh Boarder

teitbite
Sat Sep 04, 2010 10:44 am
Hi

Add this at the end of template.css file:

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

GK User
Sat Sep 04, 2010 12:16 pm
Hi,

Thanks but I want to remove only the Add To Cart button, not the whole tooltip.

Any ideas?
User avatar
Fresh Boarder

GK User
Sat Sep 04, 2010 1:51 pm
try this insted then :)
Code: Select all
.gk_vm_tooltip_cart { display:none!important }
User avatar
Platinum Boarder

GK User
Sat Sep 04, 2010 2:06 pm
Great Thanks :)
User avatar
Fresh Boarder

GK User
Sat Sep 04, 2010 2:21 pm
your welcome :)
User avatar
Platinum Boarder


cron