Hi. I would like to increase the menubar font size without affecting font size on other areas of the site. Also, I would like to change the hover-over color.
Thanks
Craig
Hi. I would like to increase the menubar font size without affecting font size on other areas of the site. Also, I would like to change the hover-over color.
Thanks
Craig
Hi,
Kindly post a link to your site so that we can give you the right css code. :)
Thanks,
Ismael
Hi Ismael,
You can use following css code - I'd add it to css/custom.css:
#top .main_menu .avia_mega a {
font-size: 21px;
}
.main_menu .avia_mega a:hover {
color: #0F0F0F;
}
You can change the font-size/color values :)
Hi Dude,
Thanks for your help on this. How would I change the hover color of the box on the menu items? From the light grey to something a little darker...
Thanks.
Craig
Hi,
Try to add this code in your custom.css:
#top .main_menu .avia_mega a:hover {
background-color: #999;
}
Hope this helps. :)
Best Regards,
Ismael
Perfect! Thanks for your great support!!
This topic has been closed to new replies.