Home Forums Cordero Pro Don’t show logo on “home”

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12260
    lisia
    Participant

    Hello!

    The code, that the logo isn’t shown on each page is following additional css:

    #site-branding .custom-logo{display: none;}

    How can I make, that it isn’t shown only on the page “home”, post-id: 14?

    Kind regards, lisia

    #12263
    Andy
    Keymaster

    The home page does not have the post-id in the body class like other pages do, it does however contain the home class.

    So the CSS to apply only to the home page would be this:

    .home #site-branding .custom-logo{display: none;}

    #12266
    lisia
    Participant

    It is working perfectly, thanks a lot. Best regards, lisia

    #12267
    lisia
    Participant

    resolved!

    • This reply was modified 3 years, 6 months ago by lisia.
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Don’t show logo on “home”’ is closed to new replies.