Hi,
I'd like to change the dash line ( the one between the different post) in another color. By default it is salmon colour.
can you help me please?
many thanks
Giuila
The blog I need help with is 360lifelover.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Hi,
I'd like to change the dash line ( the one between the different post) in another color. By default it is salmon colour.
can you help me please?
many thanks
Giuila
The blog I need help with is 360lifelover.com.
To change the color of the lines between posts on the Pretty Young Thing theme, add the following CSS to your Appearance → Custom Design → CSS editor:
.post {
background: none;
border-bottom: 2px dashed green;
}
Note that this is a CSS-only solution. The Pretty Young Thing theme uses an image, however, and if you wanted to control the look of the stitching to match (instead of using just CSS), then you would need to create a new image similar to the one used in the theme, upload it to your media library, after that you would need to add specific CSS to change out the image.
http://s0.wp.com/wp-content/themes/premium/pretty-young-thing/images/post.png
This topic has been closed to new replies.