I need help. I want to change menu text color from blue to white.
Thank In Advance
Tiff
I need help. I want to change menu text color from blue to white.
Thank In Advance
Tiff
go to your admin panel/appearance/edit theme/css
in the the edit css area, paste this code:
.ow_main_menu li a{color: #fff}.ow_main_menu li a:hover{color: #fff}.ow_main_menu li a:visited{color: #fff}
you can change this color #fff to any you like : http://www.somacon.com/p142.php
I did everything set: However, i checked if work or not.. it not working.. i am going show you: Below this.
Thank In Advance
Tiff
.ow_main_menu li a {
color:#979ca0;/** OW_Control type:color, key:menuColor, section:2. Colors, label:Menu text color **/
display:inline-block;
font-size:13px;
padding:2px8px6px8px;
text-decoration:none;
text-transform:uppercase;
text-shadow:#171c2001px0;
font-weight:normal;
}
.ow_main_menu li.active a {
}
.ow_main_menu li.active a,
.ow_main_menu li a:hover {
color:#0091a9;/** OW_Control key: titleColor **/
}