At this site: http://bluemontinluray.com
it is hard to view the navigation links because of the photo images in the background. I have tried different things but nothing is working.
Is it possible to put a white background behind the navigation so it can be seen over the photos? This is ONLY for the home page as the subpages the menus show up if you take a look to see the difference.
Thank you
Hi elames!
Please add following code to Quick CSS
ul#avia-menu {
background-color: rgba(255,255,255,0.5);
border-radius: 5px;
}
Regards,
Yigit
Thank you that worked. Now, how can I get the top secondary menu to have same kind of background so it can be seen over photos on the home page.
Hi!
Please add following code to Quick CSS as well
div#header_meta {
background-color: rgba(255,255,255,0.5)!important;
}
Best regards,
Yigit
thanks again. that worked!