Sub menu title color change...

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Sep 29, 2013 4:38 pm
Reply with quote
Report this post
I have changed the color for the template using the css files but cannot seem to find where the sub menu color code is to change.

Thoughts?

Thanks-Branden
User avatar
Junior Boarder

GK User
Sun Sep 29, 2013 7:06 pm
Reply with quote
Report this post
Hi,
you have to use CSS and before check class using Firebug. Check our Joomla customization tips: http://www.gavick.com/documentation/cat ... -template/
User avatar
Platinum Boarder

GK User
Sun Sep 29, 2013 7:15 pm
Reply with quote
Report this post
You have to override those styles

Code: Select all
#gkMainMenu .gkMenu > ul li div.childcontent a {
   color: #969696;
}
#gkMainMenu .gkMenu > ul li div.childcontent a:active,
#gkMainMenu .gkMenu > ul li div.childcontent a:focus,
#gkMainMenu .gkMenu > ul li div.childcontent a:hover {
   color: #fff;
}
#gkMainMenu .gkMenu > ul li li div.childcontent small {
   color: #666;
}



Change hex code colors and use this Tip: http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder


cron