Comments Jonny started the conversationJanuary 30, 2015 at 10:29am1. I am trying to remove the white bar between the header and nag bar (show in screenshot. I followed the directions given to a user having the similar problem:http://themenectar.ticksy.com/ticket/360604/search... but the code gives me an error. ("Don't use adjoining class" and "use of !important") I have set the page template to "portfolio" as directed. 2. I am also trying to remove the header all together. I have it set to transparency, but it keeps showing when the user scrolls. Please help. thanks! 8,847Tahir repliedJanuary 30, 2015 at 4:49pmHey!You can use !important , no harm in that. Also please provide your page url so i can take a look at the underlying css . Thanks ThemeNectar Support Team Jonny repliedJanuary 31, 2015 at 1:48amHere is the url:http://jonnyglines.com 8,847Tahir repliedJanuary 31, 2015 at 3:57pmHey Again!You can use this css to remove the header on the page :.page-id-669 div#header-outer { display: none !important; } As regards the padding you need to set top and bottom padding for that row to 0 in VC edit row options. Thanks ThemeNectar Support Team Sign in to reply ...
1. I am trying to remove the white bar between the header and nag bar (show in screenshot. I followed the directions given to a user having the similar problem:
http://themenectar.ticksy.com/ticket/360604/search...
but the code gives me an error. ("Don't use adjoining class" and "use of !important") I have set the page template to "portfolio" as directed.
2. I am also trying to remove the header all together. I have it set to transparency, but it keeps showing when the user scrolls.
Please help. thanks!
Hey!
You can use !important , no harm in that. Also please provide your page url so i can take a look at the underlying css .
Thanks
ThemeNectar Support Team
Here is the url:
http://jonnyglines.com
Hey Again!
You can use this css to remove the header on the page :
As regards the padding you need to set top and bottom padding for that row to 0 in VC edit row options.
Thanks
ThemeNectar Support Team