Comments Otto started the conversationJuly 21, 2019 at 4:18pmHow 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,025Andrew repliedJuly 22, 2019 at 5:51amHi 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 repliedJuly 22, 2019 at 9:10amThank you. It worked like a charm!Greetings, Otto Sign in to reply ...
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.
Hi Otto,
Thanks for getting in touch.
Use the following custom css to remove that:
Hope this helps.
Thank you. It worked like a charm!
Greetings, Otto