How to remove footer text?

Hi!

I’m trying to remove the text in the footer. I’ve tried:

.footer-credits {
display: none!Important;

But it doesn’t work. Is it not possible to have more than one additional custom CSS?

Hey there

You are almost there, just one closing curly braces :slight_smile:
here is the final version of your code:

.footer-credits {display: none!Important; }

If for some reason this code not worked please come back with the website URL and let me know which text you would like to hide and i will take a look