Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #252418
    dianoia
    Participant

    Sorry for opening a new thread but I have trouble submitting a simple reply to my last post…
    This is my reply to Skandha (#252317)

    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

    #252437
    Skandha
    Participant

    @dianoia: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home .custom-header .custom-header-content {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #252483
    dianoia
    Participant

    Hello Skandha,
    that is not exactly what I need, because the Header Media Text on the front page disappears, too.

    Kind regards
    Jens

    #252484
    Skandha
    Participant

    @dianoia: Hello there,
    You seem to have used the following code in the Additional CSS section

    #page .custom-header-content.entry-content-wrapper.sections.header-media-section {
        background-image: url("https://imnebel.de/wp-content/uploads/2020/07/Logo-gross-transparent2.png"); 
        background-position: center; 
        background-repeat: no-repeat; 
        background-size: cover;
    }

    Add the code body:not(.home) ahead of #page in the above code so that it becomes
    body:not(.home) #page .custom-header-content.entry-content-wrapper.sections.header-media-section

    Let me know if this works out!
    Kind Regards,
    Skandha

    #252501
    dianoia
    Participant

    Hello Skandha,
    thank you very much! That was exactly what I meant.

    Kind regards
    Jens

    #252552
    Skandha
    Participant

    @dianoia: Hello Jens, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-fullscreen/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #252584
    dianoia
    Participant

    Hello Skandha,
    of course! Thank you again,
    Jens

    #252628
    Skandha
    Participant

    @dianoia: Thank you for your wonderful review Jens. Have a great weekend! 🙂

    Kind Regards,
    Skandha

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