Hi There,
I have the following class so I can add some margin and radius corners images within blog posts:
/*Blog post content image styling */
.blog-post-content-wrapper img {
border-radius: 1rem;
margin-top: 0.5em;
}
Although I’d like the ‘Author Bio box photo’ (below article content) to be a circle so I tried adding this class to the author bio image but doesn’t seem to work?
.author-box_photo {
border-radius: 5rem;
}
Can you see what I’m doing wrong?
Please see link to example post in private info.
Cheers