Okay
  Public Ticket #820091
Dotted line on mobile menu
Closed

Comments

  • souza started the conversation

    HI Salient,

    How remove this dotted line from mobile menu ?

    (attached file)

    Thank you!

  •  2
    Maurice replied

    Put this CSS into your Custom CSS (or look out for '#mobile-menu ul li a' in the actual Salient.css file and replace the border-bottom line with the one below):

    #mobile-menu ul li a {
     border-bottom: none !important; //default is 1px dotted rgba(255, 255, 255, 0.2)
     //other (pre-existing) CSS declarations here - color, font-size, ...
    }

    !important might not be needed, but I put it in - just in case. Give it a try :)

  • souza replied

    Perfect, worked!

    Thanks

  •  2
    Maurice replied

    You're welcome :)

    Kind Regards