Removing bogus text from dawn theme

Hi, I have some text from an app at the bottom of the website, the app is deactivated, but the text is still there, how can I remove it please?

Thanks

link https://luvofbeauty.shop/

The text is just over the footer in all pages and it says

Powered By Instagram Feed + Stories.

p {
    display: none;
}

hey @urbantis follow these steps

Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
under the tag before the body ----->
if this code work please do not forget to like and mark it solution

You can Inspect the Text on the Page

Thanks, I appreciate the time you took to check it, I had to add it to base.css for it to work, but it’s removing all the p from the website, I just need to remove this specific text, any ideas?

OK, I added it to the specific section in the css section and it worked on homepage but still showing in collection and other pages