[Resolved] dont want padding on featured image

Home Forums Support [Resolved] dont want padding on featured image

Home Forums Support dont want padding on featured image

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1121990
    Sanu Kumar

    I don’t want curve on the featured image. URL: https://www.masteryblogging.com/buy-web-hosting-domain-name/
    By default, it’s not, but I have added some CSS earlier and now I’ve many CSS but I don’t know where is that exact CSS which has changed my featured image’s padding.

    #1122130
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question?

    No curve is added by default for featured images.

    You can edit the original topic and use the private URL field.

    Let me know 🙂

    #1123710
    Sanu Kumar

    I don’t want curve on the featured image. URL: https://www.masteryblogging.com/buy-web-hosting-domain-name/
    By default, it’s not, but I have added some CSS earlier and now I’ve many CSS but I don’t know where is that exact CSS which has changed my featured image’s padding.

    #1123713
    David
    Staff
    Customer Support

    Hi there,

    this is the CSS you will need to edit:

    .page-header-image-single {
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
        border-radius: 5px; /* Remove this */
        overflow: hidden; /* And remove this */
    }
    #1123718
    Sanu Kumar

    .page-header-image-single {
    border: px solid rgba(232,234,237,1);
    box-shadow: 2px 9px 37px 6px rgba(0,0,0,0.33);

    this is the CSS

    #1123720
    Sanu Kumar

    I deletd this CSS but still it looks same

    #1123950
    David
    Staff
    Customer Support

    Are you wanting to remove the rounded corners from the image?
    If so then the CSS I Linked to here needs removing

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