Customizing my blog which is presently using the 2011 Theme

  • Unknown's avatar

    Good morning. I have a site that I need help with. I would like to use the darker background (with white type) vs. the traditional white background (with black type). As it stands now, black is the only background color but I would like to change that to grey. A happiness engineer suggested I reach out as I have a premium package the change might be possible but I need help sorting this out as I’m not familiar with CSS. Thanks.

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

  • Unknown's avatar

    As a start, give this a try and we will work from there. First go to Appearance > Theme Options and select the Dark option. Then Go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.

    #page {
        background-color: #333;
    }
    #site-generator {
        background-color: #333;
    }

    You can edit the color codes as desired.

  • The topic ‘Customizing my blog which is presently using the 2011 Theme’ is closed to new replies.