Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #312793
    Thorsten Hoeppner
    Participant

    I would like to have pictures with rounded corners in the contribution overview.

    https://welliathome.de

    Unfortunately, this does not seem to work:

    .excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image { border-radius: 10px; }

    #312801
    Sakin
    Keymaster

    Hi Thorsten,

    You need to add a border-radius on the image, not the class. So, add the following CSS in “Appearance => Customize => Additional CSS” box:

    .excerpt-image-left .archive-post-wrap img { border-radius: 10px; }
    #312805
    Thorsten Hoeppner
    Participant

    Many thanks, after I changed it, it works.

    .excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image img { border-radius: 10px; }

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Rounded corners for post images’ is closed to new replies.