Wordpress and Webdesign Forum go41 » WordPress Code Snippets

  1. karlisha12
    Member

    I am attempting to change the template background on my arthemia theme based website from black to white. I've changed the overall page background (from black to white) by simply changing the html code on the style sheet, however I can not figure out how to change the template color to white. My website is http://www.indyblackout.com

    Help me please!

    Posted 1 year ago #
  2. I still do not really get what you want to do? You changed the grey borders #page from grey to #000000, black. White would be background:#FFFFFF;

    Changing the color around your theme to black:
    body {
    background:#000000;
    ..

    tell me first, you want to change all backgrounds to white and leave text color?

    In style.css you find some entries 'background: ...' which set the background color for different parts (headline, featured, frontlist etc)

    you also find 'color: ..' which is actually setting the color of the text. Setting background to black will make black text invisible.

    Posted 1 year ago #
  3. karlisha12
    Member

    Thanks Joern, I was able to figure it out.

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Join us! or log in (lost password?):