image border problem.
-
My image in my blog is showing a purple border around it, but it didn’t look like that in my post.
The blog I need help with is: (visible only to logged in users)
-
-
To change the border color, add this to your custom CSS and edit the color code as desired.
.post img.attachment-post-thumbnail, .entry img { border-color: #E0DAF5; }To get rid of the border entirely, add this to your custom CSS instead.
.post img.attachment-post-thumbnail, .entry img { border: none; } -
I don’t work with CSS, so i’m not sure where to put this. Can you tell me where to do it? Thanks.
-
-
- The topic ‘image border problem.’ is closed to new replies.