- This topic has 1 reply, 2 voices, and was last updated 1 month ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Hello,
I use rounded images in my wordpress pages and posts. If I run all posts in one category, it generates page with images in square not rounded. You can look at blog.frimlovi.com .
Landing page is static page in which I put rounded images. If you click to category link you receive automatically generated page with images without rounded corners.
Can you please help How to change all images to images with rounded corners ?
Thank you in advance.
Hi Jaromir,
At first, thank you for choosing our theme and service.
Please navigate to Dashboard > Appearance > Customize > Additional CSS and add the CSS snippet below:
.post-media img {
border-radius: 20%;
}
Kind Regards