Support » Fixing WordPress » Change post background color

  • Hello,

    Alright, so I’ve stumbled around and figured out how to fix some of the issues I was having. Though, one still remains. How do I change the post background color? I’m trying to change my sidebar and my posts’ background to be the same color as the theme’s background.

    Thanks in adv.

    http://www.brandonmccann.net

Viewing 4 replies - 1 through 4 (of 4 total)
  • These changes are made in your style.css
    w3schools

    Thread Starter brandonmccann

    (@brandonmccann)

    Yes, but where in my style.css? If I’m reading firebug correctly, it tells me it’s on Black.css. However, I cannot find a Black.css in the appearance editor.

    Looks like it’s here:

    #primary, #sidebar .widget {
        background: none repeat scroll 0 0 #1A1A1A;
        border: 1px solid #111111;
    }

    Do be aware that it’s not recommended to make changes in the theme files — rather use a Child Theme or custom CSS option or plug-in.

    EDIT – yes, that’s in black.css, but as noted already, do not change your theme files unless you are okay with losing all the changes when your theme is updated.

    Thread Starter brandonmccann

    (@brandonmccann)

    I might just leave it then.

    Is it okay to update my style.css file? Sorry, I’ve just recently jumped into this.

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