do not show featured images with article on home page

Latest Reply from nicove at 2015-09-16 03:17:34 Solution
http://www.bitspeedracing.com/

See the post "GES SEASON 2 ANNOUNCEMENT"

Is it possible to not show the featured image?
I still like to have an image set at the article, to be used in the related posts buttons.

Thanks.

Nico
Hi!
You may add the code: "display: none" to the code:
.featured_image {
margin-top:15px;
background:#fff;
border:none;
padding:0;
}

in the style.css file of the theme to hide featured image.
Works perfect!

Thanks :)

Leave a reply

Add codeAdd image