• My name is Jerome. I am trying to figure out how I change the back round color to something other than white? Tan or something. I am not sure how to get to area that i do that. Can someone help me? I use the autofocas theme.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • got to appearance then editor then style.css

    and then look for the body tag

    eg:

    body { background: #ccc }

    note colours are in hex code so #ccc is grey change that to the appropriate code

    Hey, Jerome,

    It will be in the style.css file in the autofocus theme folder. Find this in the style.css file;

    /* =structure */
    body{background-color:#FFF;

    You need to change the #FFF to whatever color you need. I think that should do it.

    oops.. sorry nglavin, I was slow out of the gate on that one.

    🙂

    Thread Starter jvorus

    (@jvorus)

    Thanks gentlemen for all of the assistance. I’m a newbie…

    Thread Starter jvorus

    (@jvorus)

    Ok, so I was able to change my backround colors 🙂
    BUT:
    When you click on a article the page will all be in color execpt the article, it’s backround is in white. How do I change that?

    Click here to see what I mean

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to change the backround color?’ is closed to new replies.