CSS to featured image only
-
Hello,
I am not proficient in CSS. I know this is simple, but I can’t seem to make it come together.I was given some code to round images via CSS, and it works perfectly when added to my child theme style.css file.
img{border:1px solid #; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }That rounds all images on the site, however. I would only like it to be where specified, in this case, on the featured images.
What additions do I need to make to only round that image class?
Thanks in advance.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘CSS to featured image only’ is closed to new replies.