Hi
Is there any way to give the block behind the main enfold navigation link a background colour?
(white link over blu block)
Thanks
Hi mixedmedia99!
Please go to Enfold theme options > Advanced Styling and edit “Main Menu Links” then add following code to Quick CSS in General Styling tab and adjust as needed
.av-main-nav > li > a { background-color: blue!important; }
Regards,
Yigit
Brilliant!
Thanks
Anyway to extend the blue to the edge of the page? that way I don’t get blue nav blocks then white on the left and right side.
Thanks
Hi!
I am not sure if i understood you clearly but if you would like to change the background color of header, you can do so in Enfold theme options > General Styling > Header tab. Can you post the link to your website?
Regards,
Yigit
Is there a way to make the colour back 50% transparent?
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header-scrolled .header_bg {
background: rgba(0,0,0,0.5);
}
Best regards,
Yigit
Sorry not what I’m after. Pls see progress at:
http://www.thamesvalleyvelocette.co.uk
What I’d like – if poss – is for the navigation items to have a small/short semi-transparent colour block, until the page is scrolled when back text over white is A OK. Hope this makes sense.
A bit like this css http://jsfiddle.net/G4Ln2/
Hey!
Thank you for the info.
Please add this in the Quick CSS field:
#top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a .avia-menu-text {
background: red;
padding: 5px 7px;
}
Cheers!
Ismael
Hi – it ma be due to the other quick css I have in place, but all it did (Chrome) was make the nav text smaller !
Hi!
There’s no font-size declaration in our suggestion above so it should not affect the size of the text. Please post the login details here so that we can check your css modifications.
Regards,
Ismael
Hi is OK I’ve hacked in some css & it’s fine for now. Please close topic. Thanks for input as ever