Rounded Image Class
I'm trying to figure out how to add an image class to my child theme for rounded border images.
With the following code, I can apply it to all images across site, but I would like to be able to control it with classes.
img {border-radius:25px; }
Can someone help me out?
Cheers,
Trent
Comments