Deaktivate separator lines in footer
-
How can I deactivate the separator lines in the footer between two elements?
Unfortunately, the following global CSS codes do not work:
body .color-scheme-light .widget,
body .woodmart-dark .widget {
border-color: transparent;
or
.footer-column.footer-column-1 {
margin-bottom: 0;
}
.footer-sidebar.widget-area {
padding-bottom: 0;
}
}
-
This topic was modified 2 years, 2 months ago by
ELO.
Hi elektronik-lochner.de,
Thanks for reaching to us.
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.widget.footer-widget{
border: none;
}
Regards,