Okay
  Public Ticket #736745
Nav Bottom Border Line Divider Removal
Closed

Comments

  • Brent started the conversation

    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.

  • Brent replied

    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;
    }


  •  8,996
    Tahir replied

    Hey ,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    div#header-outer {
        box-shadow: none !important;
    }
    

    Bes.t


    ThemeNectar Support Team 

  •  2
    sladd56 replied

    Can you tell me exactly where this code should be added in the CSS box?

  •  3,030
    Andrew replied

    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!