Page Title Background Color

Hi There.

How do I change the page title background title from black to the olive used in the footer.

If you click the About, Portfolio, etc you'll see what I'm reffering to.

Comments

  • Hi,

    subheader background color can be changed under Theme options > Colors section. But because you use pre-defined skin, you can change subheader background with below css:
    #Subheader { background-color: #556b2f !important; }
    But also please turn on "Header minimalist" option under Theme options > Header & Subheader > Header section.
Sign In or Register to comment.