Reply To: Static page as homepage > layout

Homepage Community Forums Epik Theme Support Static page as homepage > layout Reply To: Static page as homepage > layout

#13032
Jason M
Customer

    Look for line 2302 in your style.css file of your theme and remove the background: none;

    .home .entry {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: none;
    }

    Removing that will allow the white background to show up on your homepage