Viewing 7 replies - 1 through 7 (of 7 total)
  • Chris_K

    (@handysolo)

    You’ll get a LOT more helpful answers if you give a link to the site so folks can examine the CSS.

    Thread Starter jaybot

    (@jaybot)

    Len

    (@lenk)

    I can’t get your site to load.

    The sidebar:

    #sidebar
    {
    	float: right;
    	padding: 20px 15px 10px 10px;
    	width: 210px;
    	background-color: #F8EEE9; /* <-- CHANGE THIS */
    	border: 1px solid #E4D1C7;
    	margin-right: 15px;
    	margin-top: 20px;
    }

    The wrapper:

    #wrapper
    {
    	clear: both;
    	float: left;
    	width: 100%;
    	color: #555555;
    	background: #FFFFFF; /* <-- Change this */
    }
    Thread Starter jaybot

    (@jaybot)

    Great! Thanks so much!

    Now a few more questions, how can I change the font AND color for the blog titles? IE: “Coming Soon” entry, and how to change the color and font of the entry text.

    I also would like to know how to change the font and color of the sidebar area (IE: Meta)

    and how do i change the backround color of the comments area? currently it’s white, I’d like to change that as well… thanks =)

    and if anyone knows any sites for some good color schemes, that’d be helpful as well.

    Thread Starter jaybot

    (@jaybot)

    anyone?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Need help changing backround color.’ is closed to new replies.