Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #274604

    Hi

    Is there any way to give the block behind the main enfold navigation link a background colour?
    (white link over blu block)

    Thanks

    #274609

    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

    #274993

    Brilliant!

    Thanks

    #275001

    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

    #275059

    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

    #761397

    Is there a way to make the colour back 50% transparent?

    #761404

    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

    #761413

    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/

    #763089

    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

    #763930

    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 !

    #764004

    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

    #764136

    Hi is OK I’ve hacked in some css & it’s fine for now. Please close topic. Thanks for input as ever

    #764532

    Hi,

    Great, glad you got it working and thanks for the feedback. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Background color behind navigation’ is closed to new replies.