Theme Pretty Young Thing, change dash line color
-
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
GiuilaThe blog I need help with is: (visible only to logged in users)
-
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.

- The topic ‘Theme Pretty Young Thing, change dash line color’ is closed to new replies.