Okay
  Public Ticket #717530
Off campus menu insert border
Closed

Comments

  • Emmy started the conversation

    Hello,

    Is there anyway to put a border on li element on off campus menu not interfering desktop dropdown menu?

    Thanks!


  •  8,992
    Tahir replied

    Hey,

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

    Thanks


    ThemeNectar Support Team 

  •   Emmy replied privately
  •  8,992
    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) :

    .off-canvas-menu-container .menu li {
        border-bottom: .5px solid white;
    }
    

    Bes.t


    ThemeNectar Support Team 

  • Emmy replied

    Thanks a lot for your help!