Menu Bar Different Color?

Support Area Forums Pneuma Menu Bar Different Color?

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://
  • Author
    Posts
  • #33691
    Advanced
    Participant

    Hello Bill,

    Is there a way to make the white area in the header (where the menu is) black or dark gray?

    SJ

    #33697
    Bill Robbins
    Moderator

    Hi SJ,

    I believe it will just take the same color as the “wrap” element does. You can apply a background color or image to just about any HTML element though. Here’s how to do that to the header:

    1. Go to the Appearance section in your WordPress dashboard and click on Customize.
    2. Look down for the advanced section and click on it. Then choose Custom CSS.
    3. In the box there, add this:
      
      #header {
      	background-color: #000;
      }
      
    4. Save your changes.

    Hope that helps out,
    Bill

    #33738
    Advanced
    Participant

    Thank you Bill – worked great!

    SJ

    #33740
    Bill Robbins
    Moderator

    Fantastic 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Menu Bar Different Color?’ is closed to new replies.