[Support request] Hide Gray Placeholder On Page

Home Forums Support [Support request] Hide Gray Placeholder On Page

Home Forums Support Hide Gray Placeholder On Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #749291
    Kathleen

    WordPress 4.9.8 running
    GeneratePress 1.7.5
    Running PHP version: 5.6.38
    Generate Press Theme: Awaken

    I can turn off the gray image placeholder on my posts but on my pages I can’t seem to get rid of it. Here is the CSS codes I have tried:

    .page-content .entry-header img {
    display: none;
    }
    And
    .post-content .entry-header img {
    display: none;
    }
    And
    /*Remove post featured image*/
    .post-content .entry-header {
    display: none;
    }
    And
    /*Remove post featured image*/
    .page-content .entry-header {
    display: none;
    }
    .mh-image-placeholder { display: none; }

    Thanks in advance for your help.

    #749519
    David
    Staff
    Customer Support

    Hi there,

    if you go to Dashboard > Appearance > Elements – you will see a Header element that is assigned to pages. To test it is the right one – Quick Edit and save as Draft. Then you can choose to delete it or edit the header element.

    #749940
    Kathleen

    You are a genius! I looked for hours yesterday to make that ugly gray box go away. Thank you, thank you, thank you! Will leave review now.

    #749945
    David
    Staff
    Customer Support

    Awesome. Glad to be of help.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.