Hi, I'm wanting to change just the 'sub menu' font colour to very dark grey and then pink on mouse over as is the main menu fonts.
There are quite a few threads here I know among other quiries with lots of different answers. I've tried a few but not working.
regards
Craig
Sub memu font colour
5 posts from 3 voices-
Posted 11 months ago #
-
Hi,
You can drop this on your custom.css.
#top .main_menu .menu ul li a { color: #2f2f2f; } #top .main_menu .menu ul li a:hover { color: #ff00de; }Just change the color as you wish.
`Regards,
IsmaelPosted 11 months ago # -
Hi Ismal, thanks for your reply, I copied the code into the custom.css but doesnt appear to work.
My url is http://www.moodzcreations.com/Be-Inspired/
The main menu is fine its just the sub menu. I have other code in there though to drop the menus/content area opacity. Could this be conflicting. here is the code in my custom.css
#top .main_menu .menu ul li a {
color: #2f2f2f;
}
#top .main_menu .menu ul li a:hover {
color: #ff00de;
}
.inner_sidebar .box {
background:
rgba(255, 255, 255, .5);
}
.content .box {
background:
rgba(255, 255, 255, .8);
}
#top .main_menu .menu ul {
border: 1px solid
#EEE;
background:
rgba(255, 255, 255, .5);
}
.main_menu .avia_mega a {
color: #999;
}Posted 11 months ago # -
Hi Ismael, sorry, your code worked:
Note to self,,remember to refresh the browser.
Thanks and keep up the great work and support.
Regards
CraigPosted 11 months ago # -
Glad that worked for you :)
Regards,
Devin
Posted 11 months ago #
Topic Closed
This topic has been closed to new replies.














