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.