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
i put this in the CSS:
#top .av_header_transparency #header_meta {
background: #122348;
}
seems to do the trick – is there a better way?