Site logo

Archived topic

dont want padding on featured image

6 replies · Started by Sanu Kumar on January 4, 2020

Viewing posts 1–7 of 7

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 :)

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 */
}

.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

I deletd this CSS but still it looks same

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

This archived topic is closed to new replies.