• Resolved ambundon

    (@ambundon)


    I had to reinstall my blog after it was hacked but I lost some formatting in the process. Now the posts on my home page (and I think the sidebar as well) have a transparent background. I need them to have a white background. When I go to individual posts through the archives it looks fine but on the home page you can’t really read the text because of the dark background.

    I have tried a few changes to the style css (I have a child theme) but with no luck. any advice?

    http://athletesfirst.ca/

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • #content {
        background-color: #FFFFFF;
    }
    #secondary {
        background-color: #FFFFFF;
    }

    That will get them both white. But, you’ll probably want to also add some paddings or margins.

    Hope this helps!

    Thread Starter ambundon

    (@ambundon)

    Thanks Josh! that worked – I did have to play around with padding but much much better. Thanks for the quick and helpful response.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Content area background color’ is closed to new replies.