• Im using threattocreativity 2 max now.I’m trying to change the background from white to black but leaving everything else the same. I have been on the style sheet but dont know which to change. i tried to change the one that said background but nothing happened. Need to know exactly where to go to change this.

Viewing 5 replies - 1 through 5 (of 5 total)
  • There are thousands of WordPress themes – which means that many people won’t be familiar with your particular theme. So a link to your site where people can see the theme might result in more responses.

    Thread Starter divinediva

    (@divinediva)

    this is my blog..Only did a few pages just getting familiar with it but, I can get the balls rolling once I get this background color changed on every page. http://beautystyleart.com/blog/ Want to change the background from white to Black…I have looked over the style sheet but just dont know which part to change, looks to be several spots that need changing.

    Try changing #EDEDED to #000 in style.css:

    body {
    background: #EDEDED;
    color:#000000;
    display:block;
    font-family:"Arial";
    font-size:0.75em;
    margin:0;
    padding:0;
    }
    Thread Starter divinediva

    (@divinediva)

    K that seemed to work..let me pay around with it to see if any problems with the change.

    I am trying to change the font from Arial to e.g. Tahoma.

    I tried changing the css from font-family:”Arial”;
    to font-family:”Tahoma”;
    …howeber it does not seem to commit.

    Did you try chaning the fonts and if so, how?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘threattocreativity 2 max now HOWTO change background from white to black?’ is closed to new replies.