Background Color

  • Unknown's avatar

    How can I change the background color behind my menus to blank or a color that is not the default Gray that I am seeing?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, the background area behind the title and menu is an RGB color with a opacity set to where it is mostly transparent so the background image shows through. To change that to no color, go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.

    .hero-image .site-header {
    background: none;
    }
  • Unknown's avatar

    Hi, did you get a chance to try the above CSS to remove the background behind the menu/site title?

  • The topic ‘Background Color’ is closed to new replies.