Okay
  Public Ticket #367637
White Bar on Landing Page
Closed

Comments

  • Jason started the conversation

    Hello - I have a white bar appearing at the tail end of my landing page. Chrome's "Inspect Element" says it's a "home-wrap" item. How can I get rid of it? Thanks!

  •  8,848
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .home-wrap p {
        display: none;
    }

    Thanks




    ThemeNectar Support Team 

  • Jason replied

    Hey Tahir... thanks for the suggestion. I gave that a shop but it didn't work for me. Any other options available?

  •  8,848
    Tahir replied

    Hey Again!

    Try this :

    .home-wrap {
        display: none !important;
    }

    Also there seems to be an empty row on that particular page so if you remove that it should hide the gap without css.

    Thanks


    ThemeNectar Support Team 

  • Jason replied

    Thanks! That suggestion worked. Much appreciated.