Comments Stephanie started the conversationAugust 26, 2015 at 5:47pmHello,Having a footer issue. On the footer, I am trying to get rid of the lines between the listed pages on the pages widget. (See under the Our Organization title I created on the footer).I tried using the following code in the Custom CSS:body #footer-outer #footer-widgets .col ul li { border-bottom: none!important;}I also tried:body #footer-outer #footer-widgets .col ul li { border-bottom: none!important;}Neither work. Thanks so much!Stephanie 9,201Tahir repliedAugust 27, 2015 at 5:46pmHey ,Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :#footer-outer .widget.widget_pages li a { border-bottom: none !important; } #footer-outer #footer-widgets .col ul li { border-bottom: none !important; }Thanks ThemeNectar Support Team 1 LikeStephanie repliedAugust 27, 2015 at 5:56pmIt worked, perfect. Thanks so much!! Sign in to reply ...
Hello,
Having a footer issue. On the footer, I am trying to get rid of the lines between the listed pages on the pages widget. (See under the Our Organization title I created on the footer).
I tried using the following code in the Custom CSS:
body #footer-outer #footer-widgets .col ul li {
border-bottom: none!important;
}
I also tried:
body #footer-outer #footer-widgets .col ul li {
border-bottom: none!important;
}
Neither work. Thanks so much!
Stephanie
Hey ,
#footer-outer .widget.widget_pages li a { border-bottom: none !important; } #footer-outer #footer-widgets .col ul li { border-bottom: none !important; }
Thanks
ThemeNectar Support Team
It worked, perfect. Thanks so much!!