How to remove a broken Gamify logo from my website?

Hello

I have uninstalled the Gamify app but seem to be left with a broken logo image at the bottom of my website pages and was just wondering if anyone knew how to remove it.

Hello , @Veceva

Can you please provide your store url ?

Hey @jaydeep_312

Sure thing : www.outofmana.com.au

Hello , @Veceva

Please put this CSS code at the bottom of your base.css file

#gfy-popup{

display: none;

}

Excellent work, this removed it. Thank you very much

For anyone that might have the same issue but can’t find the base.cc file, this is how to get to it:

Online Store > Themes > Action > Edit Code > Assets > base.css

Hey @Veceva what if i dont have base.css, can I create it?