How do I remove a footer link redirecting to a website?

When I click on that part of the footer it’s sending me to a shopify website, how do I get that off? I don’t want people to click there and go to some website. If you have it as a theme editor or code, thank you.

Show your store url

https://colorluzes.com.br/ @Simonsron

Simonsron_0-1673922523182.png

Do you need to keep this text? Or do you want to remove it all together?

If you need to keep the text, replace the a tag with a div

CNPJ: 49.190.257/0001-42

But where in the css do I make this change? @Simonsron

First determine if you need to keep this text?

If not, use css to hide this! The code is as follows.

.footer__aside-item--localization p a{display:none !important;}

put this code at the bottom of theme.css

I need to keep the text, this information is very important to have there on the website. @Simonsron

Then you need to find this code, which should be in sections->footer.liquid

You could try searching for some key class names to locate the place