amir ali
asked 9 years ago

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
DominicStaff
answered 9 years ago

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 !

amiralishahbangi
replied 9 years ago

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

dominic Staff
replied 9 years ago

I have checked on our demo and see that working well, you can send me your site for further checking.

Powered by DW Question & Answer Pro