• Marconi661

    (@marconi661)


    Hi,

    Is there any way to hide the featured image at the top of a post, but have it so it appears on the blog page?

    I’ve tried this with CSS but it hides it on the blog page..

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • wensolutionsupport

    (@wensolutionsupport)

    Hello @marconi661,

    First of all, thank you very much for using the theme.

    To hide the image in the single post, add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .single .entry-content img.aligncenter.wp-post-image {
        display: none;
    }

    Hope this helps.

    Also if you have any issues further then please post them directly in our official support forum below:

    https://themepalace.com/forum/free-themes/education-hub/

    Thank you.

    Thread Starter Marconi661

    (@marconi661)

    Worked a charm, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Hide featured image in posts’ is closed to new replies.