Hello, how to hide the space and line between the footer menu ?
www.inn-mallorca.com
Hi,
It can be done by writing a custom CSS code and placing it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Do you need help with that?
Best regards
Please give me the custom CSS, I'm not a coder...
Please, use this code:
#Footer .widget_nav_menu li:after{ display: none!important; }
Thanks
Comments
Hi,
It can be done by writing a custom CSS code and placing it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Do you need help with that?
Best regards
Please give me the custom CSS, I'm not a coder...
Please, use this code:
Thanks