Site logo

Archived topic

Hide Gray Placeholder On Page

3 replies · Started by Kathleen on December 5, 2018

Viewing posts 1–4 of 4

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.

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.

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.

Awesome. Glad to be of help.

This archived topic is closed to new replies.