Tagged: x
-
AuthorPosts
-
January 26, 2017 at 7:32 pm #1347121
arkansasprogressiveParticipantI’d like to show the featured image for a post on the post slider on my home page, but not on the individual post page. Is it possible to hide it from the post but have it appear in the slider? Thank you for the great support!
Site: http://www.thearkansasprogressive.com
Post: 6 email lists you should be onJanuary 26, 2017 at 10:37 pm #1347271
Prasant RaiModeratorHello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
.entry-featured { display: none !important; } .blog .x-main .hentry.has-post-thumbnail>.entry-wrap { width: 100%; }Thanks.
January 27, 2017 at 3:50 pm #1348237
arkansasprogressiveParticipantWe made progress. I did that, and it allowed the image to show in the post slider like I wanted. However, it removed all images from all posts. I want it to just remove the featured image from the header of that specific page. I still want featured images to act as normal on the other pages. How can I edit just the one page?
January 27, 2017 at 11:56 pm #1348600
Prasant RaiModeratorHello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
.home .entry-featured { display: none !important; } .home .x-main .hentry.has-post-thumbnail>.entry-wrap { width: 100%; }Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1347121 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
