Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #64375
    Tom Anderson
    Participant
    Premium Member

    Hi there!

    Is there a way that I can have a post’s featured image appear in the Slider on the home page but not display in the post on the home page? My home page is set to show recent posts.

    Thanks,

    Tom

    #64385
    Duke
    Keymaster
    WP Royal Team

    Hi,

    Please navigate to Appearance > Customize > Additional CSS section and add the following snippet:

    .home .blog-grid .post-media {
    display: none !important;
    }

    Kind Regards

    #64395
    Tom Anderson
    Participant
    Premium Member

    Thanks Duke!

    #64432
    vako
    Keymaster
    WP Royal Team

    Feel free to contact us at any time, we are more than happy to help.

     

    Kind Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.