Remove white divider line between Image and footer section in Impulse Theme

I am trying to remove the white divider line between the Image and the Footer section but can’t find the padding of the Image or margin above the footer section. Can anybody please help?

1 Like

@Mirco88
Your Store is password protected. kindly Share your Store password.

Hello Zworthkey,

the Store password ist Test123! incl. exclamation mark

@Mirco88
Add this code in the bottom of the theme.css or theme.scss file

div#shopify-section-footer {
    background-color: black !important;
}

Thank you.

@Mirco88

Please off your debugger I will inspect your shop and send the correct solution to you!

Thanks!

@dmwwebartisan

The debugger is switched off. Thank you very much.

1 Like

@Mirco88

div#shopify-section-footer {
    background-color: black !important;
}

try above the code.

1 Like

@Zworthkey

Thank you very much for your answer.

I have add this code in the bottom of the theme.css.liquid file. But it does not work. There is no change.

@Zworthkey

Thank you very much!!!

“try above the code.” → That worked.

1 Like

@Mirco88
like and accept our solution.

2 Likes