A space to discuss online store customization, theme development, and Liquid templating.
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
Solved! Go to the solution
This is an accepted solution.
Hello There,
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
div#FourIcons {
display: none!important;
}
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
This is an accepted solution.
Hello There,
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
div#FourIcons {
display: none!important;
}
hi @Deyante25
i can solve your problem ,
please add this files .
1. Go to Online Store->Theme->Edit code
2. 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!