• I want to do two things, and I am having the darndest time figuring it out.
    I am fairly new to this, so bear with me…

    http://www.libertylove.net

    I want to change the background color of my post title backgrounds, so they mimic the the section titles in my sidebar.

    I would also like to change the color of my post separators, from that opaque shell, to just a solid black line. Same size, just black.

    Any help with these two tasks would be awesome.

Viewing 1 replies (of 1 total)
  • This CSS will do what you want:

    .entry-header .entry-title {background:#000;padding:5px;}

    (You can adjust the padding amount to anything you want.)

    If your theme has a custom.css file, this is the best place to put it, so you won’t lose the change when you upgrade the theme.

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Blog Post Title background color / blog post separator color’ is closed to new replies.