Comments Jason started the conversationFebruary 6, 2015 at 10:07pmHello - 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,848Tahir repliedFebruary 7, 2015 at 4:14pmHey!Add this into the Custom CSS box located in your Salient Options panel :.home-wrap p { display: none; }Thanks ThemeNectar Support Team Jason repliedFebruary 7, 2015 at 10:03pmHey Tahir... thanks for the suggestion. I gave that a shop but it didn't work for me. Any other options available? 8,848Tahir repliedFebruary 9, 2015 at 4:04pmHey 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 repliedFebruary 9, 2015 at 9:52pmThanks! That suggestion worked. Much appreciated. Sign in to reply ...
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!
Hey!
Thanks
ThemeNectar Support Team
Hey Tahir... thanks for the suggestion. I gave that a shop but it didn't work for me. Any other options available?
Hey Again!
Try this :
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
Thanks! That suggestion worked. Much appreciated.