Okay
  Public Ticket #512494
Delete Lines In Footer
Closed

Comments

  • Stephanie started the conversation

    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

  •  8,987
    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) :
    #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 

  • Stephanie replied

    It worked, perfect. Thanks so much!!