• Hi, I have a vey large screen, 30″ and often I see alot of information around the webpage that i perhaps wouldnt see on a smaller screen. On my site i am right now annoyed with the white part underneath the end on the pages with less information: PAGE

    The color options that the theme designer offers are limited to the inside of the page. Any help is highly appreciated. Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • If you want, you can edit the screen.css template.

    Find this section:

    body {
    	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
    	font-size: 12px;
    	line-height: 20px;
    	color: #333;
    }

    and change it to :

    body {
    	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
    	font-size: 12px;
    	line-height: 20px;
    	color: #333;
    background:#000;
    }

    That will make the page background black.

    Thread Starter aksello

    (@aksello)

    Perfect!. Thanks for helping out. Im so greatfull.

    Thread Starter aksello

    (@aksello)

    Hi again, i im doing everthing all over again and now with a child theme, but which file should I use?

    I took the screen.css file and it catalouge and copied it to the child theme folder, but its not using that file it seem.

    WPyogi

    (@wpyogi)

    You should only copy to the child theme style.css file the BITS of CSS code that you want to change – not an entire stylesheet.

    Try using a browser tool such as Firebug to help you identify the code to copy and change.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘background color, behind site’ is closed to new replies.