Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #816924

    I’m using a logo center with main nav on top and I’m trying to have a header bgd color of white while having a purple background color behind the menu that is screen wide.

    I’ve added .av-main-nav > li > a { background-color: #821e82; } to my quick CSS and that allows me to color the menu but won’t extend screen wide.

    How can I accomplish this? I’m using the latest version of Enfold.
    Thx
    Vince

    #816952

    Hey diamex94,

    Please provide a link to the site and any helpful screenshots so I have a better idea of what you need. I’ll also need to inspect the page.

    Best regards,
    Jordan Shannon

    #817495

    Hi Jordan

    The page is at http://terracechilddevelopmentcentre.ca/new/

    I added:

    .av-main-nav > li > a { background-color: #821e82; }

    to my quick CSS and that allowed me to color the bgd of the menu but I’d like that color to extend screen wide.

    Thanks for your help
    Vince

    #817529

    Hi,

    Add the following to quick css:

    #header_main_alternate.container_wrap{
    background:#821e82!important;
    }

    Best regards,
    Jordan Shannon

    #817964

    Thanks a million Jordan, works like magic.
    Vince

    #817965

    Hi,

    Great! If you need additional help, please let us know here in the forums!

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘need BGD color behind main nav – full screen width’ is closed to new replies.