Home Forums WoodMart support forum Deaktivate separator lines in footer

Deaktivate separator lines in footer

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #562125

    ELO
    Participant

    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 3 weeks ago by ELO.
    #562312

    Hung Pham
    Keymaster

    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,

Viewing 2 posts - 1 through 2 (of 2 total)