Sela theme featured image resize and center
-
I’m going to upgrade to css customization so i can fix the issue i’m having with the featured image, but i was wondering exactly how to fix it. I can successfully remove the overlay with
.front-page-content-area .with-featured-image {
display: none;
}But my images are smaller than it’s set up for and I need to figure out how to remove the grey fill-in making up for the image size and get the images centered.
Thanks! My site is below.
The blog I need help with is: (visible only to logged in users)
-
Hi, on Sela, the following Custom CSS will remove the grey patterned background from featured images.
.entry-thumbnail, .post-thumbnail { background: none; }
- The topic ‘Sela theme featured image resize and center’ is closed to new replies.