How can I delete the footer text on my mobile device?

How do u remove this from the footer >> Use left/right arrows to navigate the slideshow or swipe left/right if using a mobile device

Welcome to the Shopify community!
Please share your site URL,

So I will check and provide a solution here.

1 Like

if you want to remove the slider navigation at the bottom as pointed out in ref pic,

Please follow these steps:

  • Step 1: Go to Online store > Themes > Actions > Edit code.
  • Step 2: Go to Assets > theme.scss.liquid and paste this at the bottom of the file:
@media only screen and (max-width: 600px) {
    .slideshow__arrows--mobile{
        display:none!important;
    }
  }

Didn’t work for me as I couldn’t find the theme.scss.liquid file

I just tried pasting on theme.css