Trying to remove the bottom border divider line in the top nav / header that spans the entire page.
Trying to add a top border divider line in the copyright footer that spans the entire page.
The other thing I am trying to do is make the footer sticky / align to the bottom of the page. This is a low content site and I don't want the copyright footer so far up the page.
Two things.
Trying to remove the bottom border divider line in the top nav / header that spans the entire page.
Trying to add a top border divider line in the copyright footer that spans the entire page.
The other thing I am trying to do is make the footer sticky / align to the bottom of the page. This is a low content site and I don't want the copyright footer so far up the page.
I've tried this CSS for the top border but it didn't work.
html body #header-outer {
border-bottom: none !important;
}
#header-outer[data-full-width="true"] header > .container, #header-secondary-outer[data-full-width="true"] > .container {
border-style: none;
border-bottom: none !important;
}
Hey ,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Bes.t
ThemeNectar Support Team
Can you tell me exactly where this code should be added in the CSS box?
Hi there,
Thanks for your reply.
You may add this anywhere within this section and it should be applied as required.
Please let me know if there are any more questions that I can answer for you :)
Cheers!