Okay
  Public Ticket #206226
How can I eliminate the black bars in the footer widgets for PAGES
Closed

Comments

  •  1
    Hercules started the conversation

    I would like to eliminate the black bars between listed pages on the PAGES widgets for the footer. Thanks!

  •  8,470
    Tahir replied

    Can you provide a page link as well. 

    Thanks


    ThemeNectar Support Team 

  •  1
  •  8,470
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel Or on the Visual Composer Css button so the css shows on that page only:

    body #footer-outer #footer-widgets .col ul li {
        border-bottom: none !important;
    }
    body #footer-outer .widget.widget_pages li a {
        border-bottom: none !important;
    }
    

    Cheers


    ThemeNectar Support Team 

  •  1
    Hercules replied

    Thanks!