Featured image no longer appears
- The topic ‘Featured image no longer appears’ is closed to new replies.
Need help? Check out our Support site, then
suddenly the featured image no longer appears on every page of the site. Why? what can I do?
Hello,
We apologize for this issue, and have committed a solution for this which is under the review process by WordPress.com. We’ve submitted the update to fix the issue to WP.com, who is now reviewing it and should be releasing the fix within 24-48 hours. In the meantime, you will find that if you expand the browser size, you will see the featured images display again. For an immediate solution you can try adding the following CSS into the Additional CSS section of your customizer:
@media screen and (min-width: 1181px) {
.header-banner-content {
background: none !important;
}
}
@media screen and (min-width: 1081px) {
.header-banner-content {
background: inherit !important;
}
}
Please let us know if we can help with anything else, and thank you for your patience.
Emily