Background color does not display correctly when scrolling up
URL to the page in question:
http://lincolnucc.org/home/
-
Bill,
Thanks for your help a couple of days ago…
I would like to apply a background color to the “white header area that houses the main navigation menu at the top of all pages. Can you help me with that. The color I want is the current color of the drop-down menus. It is #a363e2.
And the background color does not show up consistently. I think I am applying it incorrectly…
The credentials are the same as in my last message for you…
Thanks,
Bill
Good Morning Edward,
We should be able to make that happen. Here’s what to do:
- In your WordPress dashboard click on the Appearance section and choose Theme Options.
- From the tabs at the top, choose the Advanced one.
- Scroll down to the Custom CSS box and add this:
#header,
body.hero #header.scroll {
background-color: #a363e2;
}
- Save your changes.
That should change the color of the header bar to purple. If the page has a hero at the top, it won’t change it until the user scrolls down a bit like the white does. If it gives you any trouble, let me know.
Thanks,
Bill
- The topic ‘Background color does not display correctly when scrolling up’ is closed to new replies.