Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #255022
    sydneymariecopy
    Participant

    Hi there,

    I am trying to hide the featured images on my individual portfolio pages (example here: https://sydneymariecopy.com/?page_id=148) but keep the image noted as the featured image so that it appears as the thumbnail on the main portfolio page (shown here: https://sydneymariecopy.com/?page_id=148). How might I go about hiding individual featured images so that it doesn’t make all of my featured images disappear (as they all have the same class)?

    Thank you in advance!

    Sydney

    #255078
    Skandha
    Participant

    @sydneymariecopy: Hello Sydney,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .postid-1176 .singular-header-image, .postid-1188 .singular-header-image, .postid-1196 .singular-header-image, .postid-1198 .singular-header-image, .postid-1252 .singular-header-image, .postid-1266 .singular-header-image {
    	display: none;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #255250
    sydneymariecopy
    Participant

    OH MY GOSH!!!! You are a miracle worker – I thought I was such a lost cause! Thank you x a million!

    #255297
    Skandha
    Participant

    @sydneymariecopy: Hello Sydney, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/cleanportfolio/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hiding Featured Images on Certain Pages’ is closed to new replies.