• Resolved kmsceo

    (@kmsceo)


    I’ve been able to set my header & footer image, and the background for the <body> (using an image), and am trying to get the content section to change color. When I test view the changed page color in my editor, I can see the color change, but what is displayed is the ‘old’ color…I’ve refreshed, cleared the cache, and refreshed again…
    ps: there is no ‘content’ tag in the CSS files that i can find…
    here is the CSS from my styles.css:

    #page {
    background-color: white;
    border: 0px solid #CCC9BF;
    text-align: left;
    margin: 20px auto;
    padding: 0;
    width: 758px;
    }

    and the link to the blog site: https://kmsconcepts.com/wordpress/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    Your theme itself appears to have this in the header:
    #page { background: url("https://kmsconcepts.com/wordpress/wp-content/themes/current/images/filler.jpg") repeat-y top; border: none; }

    That filler.jpg is the gray background behind your posts.

    Thread Starter kmsceo

    (@kmsceo)

    duh…thanks :}

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can’t get the content section to pick up change in color’ is closed to new replies.