Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Files & images
Hide featured image by default on posts
consafo
March 2016
in
Files & images
I'd like to hide featured images by DEFAULT on individual posts. I see the setting for this but I wonder if I'm missing a place in the admin where that can be globally turned on or off.
Comments
Albert
March 2016
Hi,
we do not have any option to hide them globally. If you want to remove featured images globally, you need to do it with custom css.
consafo
March 2016
Would you suggest custom css I could use?
Albert
April 2016
To remove featured image from single post pages, please use the following css:
.single-post .single-photo-wrapper.image { display: none !important; }
Sign In
or
Register
to comment.
Comments
we do not have any option to hide them globally. If you want to remove featured images globally, you need to do it with custom css.