VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: jmaracil on May 20, 2015, 18:02:10 PM

Title: li.active in virtuemart link menus
Post by: jmaracil on May 20, 2015, 18:02:10 PM
Hi

In my web www.stay.ad/index.php

If I click on Artist&Brands the menu item becomes grey I see on the code the following code

.gf-menu li.active > .item .menu-item-bg {
background-color: transparent;
color: #6e6e6e;

But I click on any other one it remains black, casually those links are links to virtuemart categories

Can you help me ?

Thanks you in advanced
Title: Re: li.active in virtuemart link menus
Post by: jenkinhill on May 20, 2015, 19:51:39 PM
The menu css is from your template css not from VirtueMart.  There could be an id issue, so try with SEF turned off.
Title: Re: li.active in virtuemart link menus
Post by: jmaracil on May 21, 2015, 12:03:51 PM
Hi

I have tried to disable SEF and it works.

Which may be the problem ?

Thanks