Remove divider line from footer [Colorblock]

sonofjack.store

Need help removing the white dividing line above the Instagram icon. Can’t find a solid solution.

Thanks.

Hello There,

Please share your page store URL and Screenshot.
So that I will check and let you know the exact solution here.

Please add below css in bottom of assets/base.css file

div#shopify-section-main-password-footer hr {
display: none;

}
Thank you.

Worked perfectly, thank you.