Removed Featured Image, but there is still a dashed box that is visible

On my blog posts, I wanted to have my featured image inside the blog post and not at the top. I put my title inside the featured image (for display around my site) and it looked redundant where it was. I found the Hide Featured Image plug-in and it worked – except for the fact that it left a visible dashed border where the featured image used to be (since theres nothing in it, its very small). I want to get rid of it because it leaves a gap between my title and my blog, and the box is visible. Is there a way to remove it? I prefer to do it through cornerstone or settings if possible (CCS is a foreign language to me), but if CCS is the only way, I will take CCS.

Hello jacob,

Thanks for writing in!

I am seeing coming soon page on your website. Please try out following CSS under X > Theme Options > CSS:

.entry-featured {
    display: none;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.