change color menu

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Mon Dec 20, 2010 1:57 pm
Hi,

Where i can change the red color of menu ?

Capture dcran 2010-12-20 14.53.56.png


Thanks
User avatar
Gold Boarder

GK User
Tue Dec 21, 2010 2:22 am
Hi

On style1.css file, find this lines:

Code: Select all
#gk-nav ul.level0>li.active>a,
#gk-nav #gk-cssmenu>li.active>a,
#gk-nav #gk-splitmenu>ul>li.active>a,
#gk-nav #gksdl-mainnav>ul>li.active>a,


replace with

Code: Select all
#gk-nav ul.level0>li.active>a,
#gk-nav #gk-cssmenu>li.active>a,
#gk-nav #gk-splitmenu>ul>li.active>a,
#gk-nav #gksdl-mainnav>ul>li.active>a {color: #79B8BF}


Naturally, the color is only and example. ;)

Cheers
User avatar
Platinum Boarder


cron