How to remove divider between main body and footer widget area

Hi, how can I get rid of the black divider between the main body and the footer widget area? I can’t find a CSS selector for it.

Website is http://styledistributor.com/

Thanks

Robin

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the footer background color by going to Appearance > Customize > Additional CSS and pasting it there.


/*Change footer background*/
.site-footer {
    background: transparent;
}

Best Regards,
Support

Thank you, that worked :slight_smile:

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support