[Resolved] How to add a border radius to all images?

Home Forums Support [Resolved] How to add a border radius to all images?

Home Forums Support How to add a border radius to all images?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1073982
    Jericho

    Hi GP Team,

    I need help with some CSS code to add border-radius to all images on my site at once.

    i.e. homepage, archives, featured image, images on every post and page.

    Currently, I’m using the CSS code below but it does not add a border-radius to the images in each post.

    img.attachment-full.size-full {
    border-radius: 10px;
    }

    Thanks!

    #1073989
    Leo
    Staff
    Customer Support

    Hi there,

    Try this instead:

    .site img {
        border-radius: 10px;
    }
    #1073998
    Jericho

    It worked! Thanks Leo! ๐Ÿ™‚

    #1074001
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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