Okay
  Public Ticket #2396222
Secondary Menu Lines
Closed

Comments

  •  1
    jordanorich started the conversation

    Hello and thanks in advance.

    Is it possible to remove or change the color of the lines? That is, the lines that divides the secondary header and separate each button from each other. Can these be disabled or styled via custom CSS?

  •  8,990
    Tahir replied

    Hey Again,

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

    Thanks


    ThemeNectar Support Team 

  •   jordanorich replied privately
  •  8,990
    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):

    body[data-header-color="custom"]:not(.material) #header-secondary-outer nav >ul >li >a {
        border-left: 1px solid rgba(0,0,0,0) !important;
    }
    body[data-header-color="custom"]:not(.material) #header-secondary-outer nav >ul >li:last-child {
        border-right: 1px solid rgba(0,0,0,0) !important;
    }
    body[data-header-color="custom"]:not(.material) #header-secondary-outer {
        border-bottom: 1px solid rgba(0,0,0,0) !important;
    }

    Thanks


    ThemeNectar Support Team