I'm absolutely in love in this theme, I just need some CSS to get me going.
I would like to hide the scroll bar on my landing page, the header and footer are already taken care of. I have done this before but I reset my installation and got the 4.9 version of your theme.
I want to hide the border in the header, I tried the code on your FAQ's section and it didn't work - but it did before.
I would also like to change the background of nectar slider while its loading to plain white without the diagonal line overlay and grey background.
Lastly I would like to hide the search bar in the header.
I'm sorry, I was referring to empty scroll bar on my landing page, you were on the correct page. At one point it was not there at all until I reset my install and lost my css, so I was asking for css to completely remove it. For the other two items (removing the search button and the thin white border on the header) I was talking about all the other pages on my site such http://nasserweaver.com/about-me/.
Add this into the Custom CSS box located in your Salient Options panel :
html body #header-outer[data-transparent-header="true"].transparent {
border-bottom: none !important;
}
html body.ascend #header-outer[data-full-width="true"] header#top nav > ul.buttons {
display: none !important;
}
I'm absolutely in love in this theme, I just need some CSS to get me going.
Thank you so much in advance!
Hey!
ThemeNectar Support Team
Thank you very much Tahir, It worked! Now what about the other 3 items I need help with?
Isnt your first page your landing page ?. There is no scrollbar header or search on it ?.
Can you provide the page url of the landing page so i can write up some custom css.
Thanks
ThemeNectar Support Team
I'm sorry, I was referring to empty scroll bar on my landing page, you were on the correct page. At one point it was not there at all until I reset my install and lost my css, so I was asking for css to completely remove it. For the other two items (removing the search button and the thin white border on the header) I was talking about all the other pages on my site such http://nasserweaver.com/about-me/.
Hey!
ThemeNectar Support Team