Hello – could you tell me if it’s possible to have a different background colour for the top bar, the logo area and the menu bar (when it’s set to logo centre, menu bar below)?
Thank you!
Hi kathrynmichaud!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
#header_meta { background: red; }
#header_main_alternate { background: orange; }
#header_main { background: blue; }
Regards,
Yigit
Hi – that changes the colour great, but the #header_main_alternate { background: orange; } stops the menu links working! Any ideas?
Thank you!
Hi – here is the link: http://www.littlefoxwebdesign.co.uk/manororganicfarm/
I removed the #header_main_alternative CSS and the menu links worked fine again, but I’ve put it back in so you can see the problem.
Thanks.
Hi!
Which browser and OS are you using? Links work fine on my end – http://i.imgur.com/npWI2VJ.png
Best regards,
Yigit
Hi, I’m using Chrome and Windows 8 OS.
Thanks.
Kathryn
Hi – I’ve realised what’s happening – the actual word in the menu link doesn’t have the link and you have to point slightly below to be able to click the link, the menu words themselves seem to be sharing the link that’s on the Logo. Is that because the logo is too big? I’d rather not reduced the size of the logo – is there any CSS I can apply?
Thank you!
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.logo, .logo a {
max-height: 90px!important;
}
Regards,
Yigit
That works brilliantly – thank you!