Okay
  Public Ticket #1594430
Logo in sticky menu
Closed

Comments

  • Niels started the conversation

    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-imageurl();

    width98px;

    }

    But it's got a text-indent: -9999;

    Hope you can help.

    Thanks


  •  234
    Elena replied

    Hey Niels,

    It seems to work, is it?



  • Niels replied

    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.

    .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


  •  234
    Elena replied

    Definitely, it looks great!