Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #252246
    dianoia
    Participant

    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

    #252317
    Skandha
    Participant

    @dianoia: Hello Jens,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    #252360
    dianoia
    Participant

    Yes, thank you!

    I want the yellow elements on this page:
    https://imnebel.de/2020/07/06/imnebel/

    I don’t want them on this:
    https://imnebel.de/#section0

    kind regards
    Jens

    #252445
    Skandha
    Participant

    @dianoia: Hello Jens,
    I have replied to you on your latest post.
    https://catchthemes.com/support-forum/topic/again-css-differentiate-front-page-header-and-single-post-header/

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘css: differentiate front page header and single post header’ is closed to new replies.