How can I delete text from the bottom of a webpage?

Hi, can anyone help how to remove the text at the bottom?

THANKS A LOT!

@muskeask ,

Check your theme.liquid file and search this text and remove it.

1 Like

Thank you so much!

Hello @muskeask ,

First of all, you need to check in which file this code is written, usually you may find it at the bottom of the theme.liquid file. Then, you can either remove the code or wrap this code within the below-provided tags by following the below steps:-

Go to your Shopify admin > online store > themes

Select your theme > Edit code > Check layout/theme.lqiuid

Make the changes and save it

/* your code */ #AccessibleNav, and so on.

Hope it helps, let us know if you need any help.

All the best,

CedCommerce