Thumbnail CSS
-
Hi! How can I edit the border style of my thumbnails? Ideally, I’d like to make them circular, so I was attempting to use this code in my custom css:
ul.related_post li img {
border-radius: 50px;
}To no avail. It seems like no matter which border properties I attempt (border color, padding etc. etc.) nothing is changed. Any ideas on how to go about this?
Example here!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Thumbnail CSS’ is closed to new replies.