Okay
  Public Ticket #1905359
Gray bar above navigation
Closed

Comments

  • Rob started the conversation

    Probably missing something simple, but there's a gray bar above site navigation that I can't get to go away. The bar blends into navigation when I scroll down.

    Would love some direction on how to remove it. Can't seem to find the path to remove via documentation. If you need access creds, I set them up:

    U: Salient

    P: q0V4G*z^*#p&YbVUznFS7M8!

    Love your themes. Thanks!

    Rob

  •  75
    Scott replied

    Add the following CSS code


    .body .full-width-section .nectar-parallax-scene {
        top: -60px;
    }

    Themenectar Support Team