Hello,
I would like to change the navigation menu background colour to #333333 and the text to white or light grey. Is this possible?
Also can the colour of the header background be changed?
Thanks
Hello,
I would like to change the navigation menu background colour to #333333 and the text to white or light grey. Is this possible?
Also can the colour of the header background be changed?
Thanks
Hi,
Yes, this is possible. Kindly add this code in your Quick CSS or custom.css:
#top .nav, #top .avia_mega {
background: #333!important;
}
#top .avia_mega a {
color: white!important;
}
Hope this helps. :)
Regards,
Ismael
You must log in to post.