Background color does not display correctly when scrolling up

Support Area Forums Grassroots Background color does not display correctly when scrolling up

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://lincolnucc.org/home/
  • Author
    Posts
  • #38055
    Edward Garrett
    Participant

    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

    #38059
    Bill Robbins
    Moderator

    Good Morning Edward,

    We should be able to make that happen. Here’s what to do:

    1. In your WordPress dashboard click on the Appearance section and choose Theme Options.
    2. From the tabs at the top, choose the Advanced one.
    3. Scroll down to the Custom CSS box and add this:
      
      #header,
      body.hero #header.scroll {
      	background-color: #a363e2;
      }
      
    4. 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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Background color does not display correctly when scrolling up’ is closed to new replies.