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?
- https://world-of-trout-fishing.myshopify.com/
- PW: Test123!
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?
@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.
Please off your debugger I will inspect your shop and send the correct solution to you!
Thanks!
The debugger is switched off. Thank you very much.
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.
@Mirco88
like and accept our solution.