Okay
  Public Ticket #1854146
Header
Closed

Comments

  • Charlie started the conversation

    Hello, how do I get rid of the thin grey vertical lines between header sections?

  •  75
    Scott replied

    Kindly share with us the URL of your site so that I can Advice.


    Regards,

    Themenectar Support Team

  •  8,996
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .ascend #header-outer[data-full-width="true"] header#top nav ul #search-btn a, .ascend #header-outer[data-full-width="true"] header#top nav ul #nectar-user-account a, .ascend #header-outer[data-full-width="true"] header#top nav ul .slide-out-widget-area-toggle a {
        border-left: none !important ;
    }

    Thanks


    ThemeNectar Support Team 

  • Charlie replied

    Fantastic, that worked. Thanks!