• Hi
    I was able to change the basic background color but I have no idea how to change the blocks at the bottom. It was once all maroon red and I changed it to the bright blue (color:#01b0ea)

    If anyone knows how to change the bottom to blue I would really appreciate the help. One day I also want to change the tabs to a dark grey instead of the red. One thing at a time I guess..

    Thank you!

Viewing 1 replies (of 1 total)
  • FTP into the directory where the style.css is.

    change:

    body {
    	margin:0;
    	background:#01b0ea url(images/bg.png) bottom repeat-x;
    	font-family:Verdana, Arial, Helvetica, sans-serif;
    	color:fc418c;
    	font-size:11px;
    	}

    to

    body {
    	margin:0;
    	background-color:#01b0ea;
    	font-family:Verdana, Arial, Helvetica, sans-serif;
    	color:fc418c;
    	font-size:11px;
    	}

    You can also find the style.css by going into themes and editing the current theme. down the right hand side it will say style.css. Edit it and update it.

    P.S, the red was part of the theme in a big way. If you remove that bottom part, it looks awful. I suggest choosing a different theme perhaps?

Viewing 1 replies (of 1 total)
  • The topic ‘Unintentional 2tone background! help!’ is closed to new replies.