• Resolved colinaltena

    (@colinaltena)


    Hi,

    This morning I updated Evolve to the newest version, after which the featured images suddenly popped up on every page. The featured images are way too large and I would like to hide them from the pages.

    Is there a way I can stop the featured images from showing up on the respective pages?
    Here is an example of the problem: http://championyou.com/education/how-to-improve-your-memory/
    The small picture I have embedded myself, but the bigger one on top appeared after the update?

    Thank you in advance!
    Kind Regards,
    Colin

    https://wordpress.org/themes/evolve/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey Colin,

    How are you doing today?

    You should be able to remove featured images only from your pages with some custom CSS. Please try adding the following to Appearance -> Customize -> Custom CSS:

    .page span.thumbnail-post {
        display: none;
    }

    This should remove featured images only from your pages. If the code doesn’t work please keep it added and let me know so I can take a look 🙂

    Have a nice weekend.

    Cheers,
    Bojan

    Thread Starter colinaltena

    (@colinaltena)

    Hi Bojan,

    The code worked like a charm, thank you for your fast and thorough reply.
    I am currently happily working on the website, trying to help others 🙂
    Have a nice day!

    Kind Regards,
    Colin

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

The topic ‘Hide featured image on pages’ is closed to new replies.