I was wondering how do i delete this image above my footer? I don’t see it in the image files maybe i need to go into coding
Hello There,
Please share your store URL and screenshot.
So that I will check and let you know the exact solution here.
https://luxyscrubber.myshopify.com
I want to edit or remove the grey bar above the footer
Hello There,
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
div#FourIcons {
display: none!important;
}
1 Like
hi @Deyante25
i can solve your problem ,
please add this files .
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
div#FourIcons {
display: none!important;
}
thank you so much …
Kindly feel free to get back to me if you need any further assistance Thanks!
