James Hu
asked 10 years ago

Hello,
Because not all the post had their featured images, so I want to remove the featured images from post titles in the homepage.
Could someone help me? Thanks!

1 Answers
DominicStaff
answered 10 years ago

To resolve this issue, below is our instruction:
Firstly, follow the jetpack’s guideline in the Blog article on how to use Edit CSS here. http://designwall.com/blog/using-jetpack-custom-css-for-your-wordpress-site/
Then add the code to the Edit Css.

.widget.news-category .hentry.has-thumbnail .entry-title, .widget.news-category .hentry.has-thumbnail .entry-meta, .widget.news-category .hentry.has-thumbnail .entry-content { margin-left: 10px;}
.home .entry-thumbnail {    display: none;}

If you still face there issue, you can send me your site for further checking.
Hope this helps !

James Hu
replied 10 years ago

Thanks for the answer. I use it on my site and it’s perfect!

Powered by DW Question & Answer Pro