Removing \'Theme Illdy\' from Footer?

Hi, I can’t currently remove - ‘Theme Illdy’ on the footer. I have seen people other people doing this online by clicking into general options and then copyright section where they untick a box that doesn’t seem to be on my theme.

How do I remove this, I have heard people mentioning using CSS but I am not familiar with this.Can you give me code to enter in the Additional CSS tab?

Thanks!

Hi @aceandy88,

Use this css code:


#footer .copyright {
display:none;
}

Thanks,

Cristian