VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: CEO Exec on May 06, 2016, 09:39:01 AM

Title: Modul Pop up issue to show cart text
Post by: CEO Exec on May 06, 2016, 09:39:01 AM
can someone tell me how to disable the hover over effect on the model pop up when checking out. I would like to show the option for show cart or continue shopping without having to hover over to see the text to select which option. I tried looking in the face box and fancy box but it all looks confusing. if you were to visit www.performingartsunited.org/newsite you will see when checking out after selecting product to buy to add to cart. can someone assist with this please? thanks.
Title: Re: Modul Pop up issue to show cart text
Post by: jenkinhill on May 06, 2016, 11:51:46 AM
http://forum.virtuemart.net/index.php?topic=79799.0
Title: Re: Modul Pop up issue to show cart text
Post by: GJC Web Design on May 06, 2016, 11:53:12 AM
 ;)  might help if u didn't colour your links white!!!

try

#fancybox-content a {
  color: #08c;
  text-decoration: none;
}
Title: Re: Modul Pop up issue to show cart text
Post by: CEO Exec on May 07, 2016, 07:25:39 AM
Thank You so much, i was close.  :D