Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #249211

    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!

    #249214

    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

    #249218

    Hi – that changes the colour great, but the #header_main_alternate { background: orange; } stops the menu links working! Any ideas?

    Thank you!

    #249220

    Hi!

    Can you post the link to your website so we can take a look?

    Regards,
    Yigit

    #249223

    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.

    #249234

    Hi!

    Which browser and OS are you using? Links work fine on my end – http://i.imgur.com/npWI2VJ.png

    Best regards,
    Yigit

    #249261

    Hi, I’m using Chrome and Windows 8 OS.

    Thanks.

    Kathryn

    #249350

    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!

    #249378

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .logo, .logo a {
    max-height: 90px!important;
    }

    Regards,
    Yigit

    #249397

    That works brilliantly – thank you!

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Background Colours’ is closed to new replies.