Hi,
I want to set a background image for the text container in the header of a single post view (above the featured image).
I did the following and it works fine:
#page .custom-header-content {
background-image: url(“…”);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
The only problem: I see this bg-image also in the header of my front page. If I exchange “#page” with “#fullpage” I will see the bg-image on front page and not on my single post page. Is there a solution to do it the other way round?
Thanks for your help and for this great theme!
Jens