Editing line after each post

  • Unknown's avatar

    Hello, I have been working with CSS and feel fairly comfordable, but cannot figure out how to change the background color on the line feature after every post. Right now it looks like an akward white block. Take a look: gaylene.wordpress.com

  • Unknown's avatar

    Try this in your custom stylesheet:

    .sep {background-image:none;background-color:transparent;}

    Unfortunately, the image itself seems not to have a transparent background, so if you want to keep it, you would have to edit it in photoshop or a similar application. Then you could apply it with this:

    .sep {background-image:url('url to your pic goes here');background-color:red;}

  • The topic ‘Editing line after each post’ is closed to new replies.