• 405/5000
    Good Morning,
    You would need to remove the featured image from all blog articles and also from the pages.
    I have copied different codes but they have not worked
    I don’t know if I have to put them on
    1- WP- appearance- theme editor (style css or functions php?)
    2- preview- customize additional CSS

    This is the code, is it correct?
    .page-header-image {
    display: none;
    }

    Thanks for the help!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Looks like you’ve figured out?

    The featured image is hidden in the page linked.

    Let me know ??

    Thread Starter CP

    (@anaizar)

    Yes! is solved, thank you very much.
    I was asking everywhere.
    Solved with this code in adittional CSSS:

    .page-header-image, .page-header-image-single {

    display: none !important;

    }

    Glad to hear!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove featured image without GPPro’ is closed to new replies.