Okay
  Public Ticket #2088507
Remove line under menu item
Closed

Comments

  • Otto started the conversation

    How can I remove the lines under the menu-items in the footer?
    I've been looking long time for the code with the browser inspector, but can not find it.

  •  3,025
    Andrew replied

    Hi Otto,

    Thanks for getting in touch.

    Use the following custom css to remove that:

    #footer-outer #footer-widgets .col ul li{
            border-bottom: 0px solid rgba(0,0,0,0.1)!important;
    }
    

    Hope this helps.

  • Otto replied

    Thank you. It worked like a charm!

    Greetings, Otto