How can I edit or remove text from my website footer?

Hello, under my website ABOUT
Add some text to your footer. There is a text on it, how can I remove it? Or how can I edit it?

Hey @agvparis

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

Best Regards,
Moeed

https://agvparis.com

You can find it in the Theme Settings in Customizer under the Footer section.

Hey @agvparis

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Thank you. I want to remove the Recent Post section as well. Can you help me?

Hey @agvparis

Keep the previous code and add this new code above in theme.liquid file

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate .span-4.sm-span-12.auto.footer-sect.aos-init.aos-animate {
    display: none !important;
}

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like