Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1328556

    I would like it to behave just as it does on main menu bar, but have a solid background on the Header Secondary Menu.

    Note: Currently, all interior pages have solid/solid and home page is transparent/transparent. What I would like is to have solid/transparent JUST on the home page.

    Thanks, Nancy

    #1328580

    i put this in the CSS:
    #top .av_header_transparency #header_meta {
    background: #122348;
    }
    seems to do the trick – is there a better way?

    #1328610

    Hi Nancy,

    If your CSS is working, then I don’t see a problem with it. If you want it to apply only to your home page, then please try this CSS instead:

    .home .av_header_transparency #header_meta {
        background: #122348;
    }

    Best regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.