Unsuccessfully tried to customize the main menu. Would appreciate Your help!
#top .main_menu .avia_mega a{
font-colour: #FFF;
colour: #b6d339
}
Unsuccessfully tried to customize the main menu. Would appreciate Your help!
#top .main_menu .avia_mega a{
font-colour: #FFF;
colour: #b6d339
}
Try using color, instead of colour.
Also you need the semi-colon after the last piece of code and use background-color if you want the tabs to change. Hope that helps.
#top .main_menu .avia_mega a{
font-color: #FFF;
background-color: #b6d339;
}
Thanks a lot! It helped. :)
Thanks rumblefish for helping us out :)
You must log in to post.