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:
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;
}
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 ,
Thanks
ThemeNectar Support Team
It worked, perfect. Thanks so much!!