Link to home
Start Free TrialLog in
Avatar of starhu
starhu

asked on

Change the color of the Virtuemart Category menu

Hello,

the website is http://www.duestelle.hu/

I need to change the color and the highlight color of the left side Virtuemart Category menu.
I also need to set the font bold when the mouse cursor is over the menu item.

In the picture below I put arrows to the menu I am talking about.

 User generated image
Thank you
ASKER CERTIFIED SOLUTION
Avatar of Panagiotis S
Panagiotis S
Flag of Greece image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
color - not colour ;)
:) yes
Avatar of starhu
starhu

ASKER

This works, however when I click on a menu item, the background color of the menu item is red and I need to set to another color:

The css is now:
 
a.mainlevel:hover
{
/* color:#6600CC;
*/
color:#6600CC!important;
font-weight: bold !important;
}


a.mainlevel:visited
{
color:#6600CC!important;
}

a.mainlevel:link
{
color:#6600CC!important;
}

a.mainlevel:active
{
color:#6600CC!important;
}

Open in new window

SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial