Change the color in the Text

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Fri May 04, 2012 5:57 am
Hi I want to change the text color in the menu to another color instead of white and in the text that is in blue I want to change the color in other tone of blue
User avatar
Senior Boarder

Konrad M
Fri May 04, 2012 10:13 am
Hi,
Are you using style switcher ?
User avatar

GK User
Mon May 07, 2012 12:27 am
Its in off but I want another tone of blue and not the one that is from default, how can I change it?
:blush:
User avatar
Senior Boarder

Konrad M
Tue May 08, 2012 9:26 am
You have to do some changes in style2.css Can you give some screen what exactyl want to achieve ?
User avatar

GK User
Thu May 10, 2012 3:43 pm
I want to do like this example
User avatar
Senior Boarder

Konrad M
Thu Jun 07, 2012 12:31 pm
You need to edit this selectors in style2.css to this
Code: Select all
div.gk-menu > ul.level0 > li.haschild:hover > a,div.gk-menu > ul.level0 > li.haschild.active:hover > a {
   background: none!important}

div.gk-menu > ul.level0 > li .childcontent ul li,div.gk-menu > ul.level0 > li .childcontent ul li .group li,div#gkDropSub > ul > li li {
   background: none !important;
}

div.gk-menu > ul.level0 > li .childcontent ul li li,div.gk-menu > ul.level0 > li .childcontent ul li .group li li {
   background: none !important;
}

and change color codes for your blue.
User avatar


cron