Change Background colors Freshy Theme

  • Unknown's avatar

    Hey guys, not so hot with CSS but I’ve been looking through the code trying to figure out how to change the background color of the area I post blogs (now white). I did a bit of experimenting and changed everything in the code that was set as white to #222222 (my desired color) but the background is STILL white!

    I’ve been able to change most other things, but if someone could let me know how to find the section of the code that is responsible for background color I’d really appreciate it.

    Cheers!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    You need to add this to your CSS:

    #content, {background-color:#222;}
    .post {border-top:#222;}

  • Unknown's avatar

    Sorry, the comma after “content” is a typo.

  • The topic ‘Change Background colors Freshy Theme’ is closed to new replies.