• Closed
  • Jeanae White
    Spectator
    October 14, 2015 at 7:33 am #21402

    How can I remove the logo from appearing in the drop down menu that appears during scroll? (I still want the logo in my header)
    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    October 14, 2015 at 11:55 am #21411

    Hi,

    Please use the following in Theme Options -> Custom CSS

    .sticky-header .logo-url{

    display:none !important;

    }

    Thanks!