Okay
  Public Ticket #223886
Black Gap Behind Transparent Header
Closed

Comments

  • Jessica started the conversation

    There is a black space between the top of the home page and the home slider. I want to keep the transparent header, but remove this gap. I already tried adding:

    #header-space {

    display: none!important;

    }

    to the Custom CSS, but it's still not working. Any suggestions? Thanks.

  •  8,442
    Tahir replied

    Hey Jessica!

    Add this into the Custom CSS box located in your Salient Options panel :

    body #featured article[data-background-cover="1"] {
        top: 0px !important;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Jessica replied

    This worked! Thank you.