• Resolved rschamess

    (@rschamess)


    Ripping out my hair — I’m using “About” page as my front page in 2017. I would like to add a background color to this section on the page (below the nav menu) but cannot figure out how to do it. I’ve used the following to add a color background to the other 3 sections, but I can’t figure out this one at all!

    #panel1 div.panel-content {background: #EEE5BE!important;}
    #panel2 div.panel-content {background: #ef675b!important;}
    #panel3 div.panel-content {background: #38455e!important;}

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter rschamess

    (@rschamess)

    And just like that, I found it:

    /*Set content background color, add a bit of spacing*/
    #content {
    background-color:#eee5be;
    padding-top: 30px;
    }

    Any idea if it is possible to replace the header background with a texture instead of the three color options in the customizer? This goes for the title area and for the menu area?

    Ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Front Page Section Background Color’ is closed to new replies.