- This topic has 3 replies, 2 voices, and was last updated 4 years, 1 month ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘Don’t show logo on “home”’ is closed to new replies.
Home › Forums › Cordero Pro › Don’t show logo on “home”
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
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;}
It is working perfectly, thanks a lot. Best regards, lisia