adding border to post images
-
this should be easy but I just can’t seem to get it to work. I found the relevant styling in style.css:
.wp-caption img { border: 0 none; margin: 0; padding: 0; }
…and changed it to:
.wp-caption img { border: 1px solid #e7e7e7; margin: 0; padding: 0; }
…but nothing happened.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘adding border to post images’ is closed to new replies.