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 :)
HI Salient,
How remove this dotted line from mobile menu ?
(attached file)
Thank you!
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):
!important might not be needed, but I put it in - just in case. Give it a try :)
Perfect, worked!
Thanks
You're welcome :)
Kind Regards