Posts Header Image Help

Multipurpose WordPress Theme Forum Support
GK User
Tue Dec 01, 2015 6:15 pm
On the blog posts, the featured image shows up in the post header, but it is huge and zoomed in on the image. This is really poorly done for blog posts because of course I want to be able to utilize the featured image for the purpose of the summary preview of posts on the main page of the blog and the home page, but it looks horrible on the main post itself.
Visit here to see what I mean: https://nakedasajaybird.net/welcome-to- ... a-jaybird/
Please provide me with a simple way that I can tell the header on blog posts to show just a solid background color or the same single background image.
Thanks!
User avatar
Fresh Boarder

GK User
Tue Dec 01, 2015 10:38 pm
Hi,

Try to use the following custom css code:
Code: Select all
.single .entry-header > img {
    display: none;
}
.single .entry-header {
    background: #ddd;
}

and set your own background color or image.
User avatar
Moderator

GK User
Wed Dec 02, 2015 10:55 pm
Thanks so much! That worked great! Much appreciated :)
User avatar
Fresh Boarder


cron