Forums

Background Color - Help! (2 posts)

  1. Anonymous
    Unregistered
    Posted 1 year ago #

    I need help changing my Black (#000000) Background color on my blog

    I changed it from white to black awhile ago in theme editor but now I can't find the function to change it.

    Right now in the stylesheet it says

    background: #7FFF00 url(images/bg.png) repeat-y center;
    color: #7FFF00;

    That color is not black, yet the background remains black.

    Help!

  2. sewmyheadon
    Member
    Posted 1 year ago #

    Looks green to me. :)

    I'd consider changing your color def to a color that's different from your background, though.

    You have:

    body {
    	margin: 0px;
    	padding: 0px;
    	background: #7FFF00 url(images/bg.png) repeat-y center;
    	color: #7FFF00;
    	font: 12px/15px Verdana, Arial, Helvetica, sans-serif;
    }

    I'd change to something like:

    body {
    	margin: 0;
    	padding: 0;
    	background: #7FFF00 url(images/bg.png) repeat-y center;
    	color: #666;
    	font: 12px/15px Verdana, Arial, Helvetica, sans-serif;
    }

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.