Archived topic
dont want padding on featured image
6 replies · Started by Sanu Kumar on January 4, 2020
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.
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 :)
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.
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