Don’t want featured images showing after clicking on any portfolio items.

  • Unknown's avatar

    I want featured images showing on the actual portfolio index page but not showing after clicking on any of the portfolio items. I’ve searched through support but no luck. Maybe there’s a bit of code that stops the featured image showing on the portfolio items? The theme is Bennett. Thank you in advance!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there!

    Since you have the WordPress.com Premium plan, you can use custom CSS code to hide the featured image on portfolio projects. Could you try adding the following CSS code by copying and pasting it on My Site → Appearance → Customize → Additional CSS?

    /* Hide featured image on single portfolio projects */
    .single-jetpack-portfolio .wp-post-image {
        display:none;
    }

    Make sure to click “Save Changes” after pasting the code in the Additional CSS box.

    Let me know how it goes.

    Thanks!

  • Unknown's avatar

    Worked perfectly, thank you, aisajib! You get a big hug!

  • The topic ‘Don’t want featured images showing after clicking on any portfolio items.’ is closed to new replies.