Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #485030

    Hi all,

    I’m pulling posts from my blog page to show on a section on my home page but was wondering if there is a way to remove the featured image on the home page section only.

    I searched around before posting and found a post that said to use the following code to get rid of the image but when added it removes my image on my blog page as well, which i’m trying to avoid.

    .slide-entry-overview a.slide-image {
    display: none;
    }

    I currently have the above code in place, but if you need me to remove it to test things please let me know so I can go ahead and do so.

    Thanks in advance

    #485291

    Hey Drebosio!

    did you try to add .home to you code?

    .home .slide-entry-overview a.slide-image {
    display: none;
    }
    

    You could also try to work with page-id, which will work for for a specific page only.
    However, I can’t find what you mean on your homepage. Where is the featured image?

    Regards,
    Andy

    #485707

    wow i feel dumb xD thanks Andy, this did the trick!

    #485840

    Hey!

    glad we could help :). Let us know in a new ticket if you have some more questions or issues related to the theme. We are happy to assist.

    Best regards,
    Andy

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Blog Posts on home page image’ is closed to new replies.