Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1347121
    arkansasprogressive
    Participant

    I’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 on

    #1347271
    Prasant Rai
    Moderator

    Hello 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.

    #1348237
    arkansasprogressive
    Participant

    We 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?

    #1348600
    Prasant Rai
    Moderator

    Hello 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.

  • <script> jQuery(function($){ $("#no-reply-1347121 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>