• randy-kensinger

    (@randy-kensinger)


    This is very frustrating. I’m trying to simply change the default grey background color to another color but nothing is happening. I’ve read many posts in the forum but nothing is working. Below is the section I have zeroed in on, changing the color#, removing the image, even removing everything. Nothing happens. It seems that I can make any change I want, update the file, and NOTHING. I am new to WP and have the latest version, other than the Beta that may have just came out. Any suggestions appreciated, thank you.

    body {
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
    background: #d5d6d7 url(‘images/kubrickbgcolor.jpg’);
    color: #333;
    text-align: center;
    }

Viewing 1 replies (of 1 total)
  • stvwlf

    (@stvwlf)

    Hi – You are best off posting the URL of the page you are having trouble with as then using browser tools someone can see what is actually happening with your page.

    Generally what happens is the CSS you are adding is being overruled later in the stylesheet by another, more specific, line of CSS.

    I’d advise you to post this again as a new post, with the URL included, for fastest response.

Viewing 1 replies (of 1 total)
  • The topic ‘Background Color’ is closed to new replies.