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
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 !
Thanks for the answer. I use it on my site and it’s perfect!
Please login or Register to submit your answer