How to hide Featured Image in single post page i tried add this code in style.css but not working – .single .site-content>.hentry .entry-thumbnail img { display: none; }
1 Answers
Hi,
You can add the following code to the style.css file to hide Feature Image in single post:
.single #main>.post .entry-thumbnail img {
display: none !important;
}
Hope this helps !
Added But Not working still showing featured image
Here is the screen shot – http://prntscr.com/7si22t
Add code in style.css here is the screen shot – http://prntscr.com/7si2gj
n please rply my email found a big bug on your website
I have checked on our demo and see that working well, you can send me your site for further checking.
Please login or Register to submit your answer