Removing an image

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,

  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;
}
1 Like

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!