• Closed
  • MKS
    Spectator
    January 27, 2016 at 8:52 pm #23873

    .sticky-header .logo-url{
    display:none !important;
    }

    I used the following CSS so the logo wouldnt show up in the sticky menu bar as shown in this support forum, however, It changes the background color of the header from white to gray. Tried a few CSS hacks and couln’t get it back to a white background color. any suggestions?

    Imran
    Spectator
    Posts: 402
    January 27, 2016 at 9:04 pm #23874

    Hi There,

    Thanks for writing in!

    logo wouldnt show up in the sticky menu bar

    Please add the following code instead to you custom CSS field:

    .sticky-nav .normal_logo {
    display: none;
    }

    the background color of the header from white to gray

    Please insert the following code in your custom CSS field:

    body #header-sticky.sticky-header {
    background: #f6f6f6;
    }

    Hope this helps.

    Thanks!