Okay
  Public Ticket #1712021
Remove Navigation Lines
Closed

Comments

  •  21
    Sanjay started the conversation

    Hi,

    Can you remove the grey lines between the search and cart icons in the navigation?

    Thanks

  •  8,998
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   Sanjay replied privately
  •  8,998
    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: none !important;
    }
    body.ascend #header-outer .cart-menu {    border: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  21
    Sanjay replied

    Great works well thanks.