[SOLVED] How do I change the font color of the menu?

Joomla template which allow you to present sport news in amazing and professional way.
GK User
Sat Sep 03, 2011 1:23 am
Hello, ive been trying so find this for a few weeks, but i couldnt, so i thought the answer would be here. I want to change the color of the font text in the main menu to black, as i am going to put another color in the menu (i know how to do that). Here is what i want to change the color text of:
gavick1.jpg



I also wanted to know how to change the spacer color in the main menu:
gavick2.jpg


And finally, how to change the background color and text color of the dropdown menu:
gavick3.jpg


Sorry if its too much, but i need it, please. The website is http://maswrestling.net/

Thanks in advance.
User avatar
Fresh Boarder

GK User
Sat Sep 03, 2011 7:59 pm
The text color...

../css/style1.css

Code: Select all
div#wrapper_menu1 ul li.level1 a {
color: #000000;
}


Menu separator color...

../css/style1.css

Code: Select all
div#wrapper_menu1 ul li.level1 {
border-left: 1px solid #91090C
}


The submenu background..

../css/style1.css

Code: Select all
div#wrapper_menu1 ul li li {
background: none repeat scroll 0 0 #FFFFFF;
}


...and when mouse hover the submenu

Code: Select all
div#wrapper_menu1 ul li li:hover,
div#wrapper_menu1 ul li li:hover a,
div#wrapper_menu1 ul li li:hover span,
div#wrapper_menu1 ul li li:first-child:hover,
div#wrapper_menu1 ul li li:first-child:hover a,
div#wrapper_menu1 ul li li:first-child:hover span {
background: none repeat scroll 0 0 #FFFFFF,
}


Maybe you need to learn how to use firebug, is very useful.

Saludos.
User avatar
Junior Boarder

GK User
Sun Sep 04, 2011 5:50 pm
Thank you so much! Just finished changing everything!
User avatar
Fresh Boarder

GK User
Wed Oct 12, 2011 6:49 pm
how about changing the active/hover menu font color? I tried everything and doesnt work...
User avatar
Fresh Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.