• Hello, I’m trying to hide the featured image in my post, but no plugins seem to be working with my Ocean WP theme. Can anybody help me with this? I still want the image to appear next to the blog preview on the home page, but not in the blog post itself. Please help.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @ndelvec1,

    Please put the CSS below in Customizing > Custom CSS/JS > CSS Code:

    .single-post .post-thumbnail.ocean-sh-2 {
        display: none;
    }

    For more information about the CSS/JS code on the customizer, please read this link:
    https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website.

    Note: if you have any cache plugin or server cache(CDN / Browser Cache and Cookies and …), you need to clear its cache contents or disable them to see your changes. Also, don’t forget to click on the regenerate all assets file and data in Elementor > Tools.

    I hope that helps.

    Best Regards

Viewing 1 replies (of 1 total)

The topic ‘Hide Featured Image in Single post’ is closed to new replies.