[Resolved] How do I display rounded thumbnails on my home page?

Home Forums Support [Resolved] How do I display rounded thumbnails on my home page?

Home Forums Support How do I display rounded thumbnails on my home page?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #796151
    Mike

    Hi folks,

    Not very technical so please bear with me.

    How do I display rounded thumbnails on my home page?

    Here’s a screenshot of what I’m going for, for reference:

    (Markmanson.net)

    thumbnails

    I’m using the “WP Show Posts” plugin to generate a list of my posts on my home page.

    And all my thumbnails are outputs of my featured images.

    Someone mentioned to use the border-radius property.

    Exactly how and where do I do that?

    Customize > Additional CSS?

    Editor > Style.css?

    Sorry. Teaching myself this as I go.

    Thank you!

    #796155
    Leo
    Staff
    Customer Support

    Hi there,

    WP Show Posts is a separate plugin so any chance you can open a support topic in its own forum?
    https://wordpress.org/support/plugin/wp-show-posts/

    That way other users might find it helpful as well.

    I should be able to help you with the CSS.

    Thanks!

    #796173
    Mike

    Posted there. Thanks, Leo!

    #796177
    Leo
    Staff
    Customer Support

    Thanks!

    Answered πŸ™‚

    #796221
    Leo
    Staff
    Customer Support

    The blog page style is coming from GP, so this should be the CSS:

    .post-image img {
        border-radius: 50%;
    }

    Let me know πŸ™‚

    #797189
    Mike

    Worked. Thanks again, Leo!

    #797191
    Leo
    Staff
    Customer Support

    Glad I could help πŸ™‚

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