Reply To: Add Background Color to a Section?

Homepage Community Forums Aspire Theme Support Add Background Color to a Section? Reply To: Add Background Color to a Section?

#18625
Wes
Moderator

    If you add this to your style.css file it should work –

    .front-page-8 .solid-section{
    	background: #f3f3f3;
    }

    Let me know if that helps