Comments Niels started the conversationMay 31, 2018 at 2:43pmHi,Somehow the dark version of the logo doesn't want to show in the skicky menu.I see it in the css: .is-logo-image .site-header .site-title { background-image: url();width: 98px; }But it's got a text-indent: -9999;Hope you can help.Thanks 240Elena repliedMay 31, 2018 at 4:17pmHey Niels,It seems to work, is it?Niels repliedJune 1, 2018 at 2:07pmHmm, that's weird. Quick other question. If I would like to add a logo above the hero title on the homepage, would this be a good way to do it? it seems to works. .home .hero-title::before { content: ''; background:url('http://heerlijkheidwolfheze.nl/wp-content/uploads/2018/05/HEER_HUIS_LOGO_DIAP_60PX.png'); width: 98px; height: 60px; display: block; margin: auto; }Thanks 240Elena repliedJune 1, 2018 at 3:30pmDefinitely, it looks great! Sign in to reply ...
Hi,
Somehow the dark version of the logo doesn't want to show in the skicky menu.
I see it in the css:
.is-logo-image .site-header .site-title {
background-image: url();
width: 98px;
}
But it's got a text-indent: -9999;
Hope you can help.
Thanks
Hey Niels,
It seems to work, is it?
Hmm, that's weird.
Quick other question.
If I would like to add a logo above the hero title on the homepage, would this be a good way to do it? it seems to works.
Thanks
Definitely, it looks great!