• This topic has 1 reply, 2 voices, and was last updated 1 month ago by vako.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #75887
    Jaromir Friml
    Participant
    Premium Member

    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.

     

     

    #75893
    vako
    Keymaster
    WP Royal Team

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.