[Resolved] how to get rounded featured image ?

Home Forums Support [Resolved] how to get rounded featured image ?

Home Forums Support how to get rounded featured image ?

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1470448
    Amit

    How to get rounded image on all posts and how do I get all images in single post as round and also how to get shadow around the featured image and button and so on.

    Best Regards
    Amit

    #1470714
    Leo
    Staff
    Customer Support

    Hi there,

    Looks like you were able to figure everything out already?

    I’m seeing rounded images and shadows ๐Ÿ™‚

    #1471146
    Amit

    haha no, that was a sample website. I need to know how to achieve that. But I don’t know how.

    #1471467
    David
    Staff
    Customer Support

    Hi there,

    can you share a link to your site so we can see whats required?

    #1471882
    Amit

    https://barkjunction.com and I have used child theme as well. Thanks for the help in advance.

    #1471966
    David
    Staff
    Customer Support

    This is the CSS that the example site uese:

    .post-image img {
        border-radius: 8px;
        box-shadow: rgba(23,43,99,.2) 0 7px 28px !important;
    }
    
    a.read-more {
        display: inline-block;
        color: #fff !important;
        border-radius: 40px;
        box-shadow: rgba(23,43,99,.2) 0 7px 28px !important;
    }
    #1472340
    Amit

    thanks alot David, where exactly do I place this ?

    #1472491
    David
    Staff
    Customer Support

    Oopps sorry – that code is CSS. You can add it to your Customizer > Additional CSS

    More info here:

    https://docs.generatepress.com/article/adding-css/

    #1472570
    Amit

    apologies for more stupid question. what would be the optimal pixel size (resolution) for the featured image and post image for my site builder theme?

    #1472617
    David
    Staff
    Customer Support

    The largest image size you will need for the Marketer them will be 768px.

    #1472643
    Amit

    Thanks a ton ๐Ÿ™‚ Appreciate the help.

    #1472675
    David
    Staff
    Customer Support

    You’re welcome

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