Tagged: x
-
AuthorPosts
-
November 18, 2016 at 3:25 pm #1262964
ferdiaParticipantHello,
I’ve been looking around the forum and found a lot of posts on this non-feature but what i’ve tried didn’t work. Im using Integrity and would like to have the possibility to remove the featured image for individual pages only.
I’ve been to get the information i needed for customization on many topics on the forum but this is alluding me.
Its also noticed that many users have being asking to add this feature for a couple of years now. Is this on the road map or not and if so when will it be released?Getting back to my initial question, any help would be greatly appreciated.
Best Regards
FerdiaNovember 18, 2016 at 8:08 pm #1263245
Prasant RaiModeratorHello Ferdia,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
.single .entry-featured { display: none !important; }If you want to selectively remove featured image in that case please use following CSS:
.postid-1135 .entry-featured { display: none !important; }Please replace the 1135 number by your Post’s ID, to find a Post’s ID please take a look at this article: https://community.theme.co/kb/how-to-locate-post-ids/
Hope it helps.
November 21, 2016 at 7:00 am #1265322
ferdiaParticipantHi Prasant,
Thanks for your reply. The first option works fine on posts but the second one will not work on any of my pages and i’m using the proper page ID’s.
Any other suggestions
November 21, 2016 at 7:17 am #1265340
ThaiModeratorHi There,
For the page ID, please try with this CSS:
.page-id-1135 .entry-featured { display: none !important; }Hope it helps 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1262964 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
