How to remove theme credit in footer

Where it says “Theme: Illdy.” on the bottom right hand corner in the footer—please advise!! :slight_smile:

Hi @sissyyee,

Use this css code:

#footer .copyright {
display:none;
}

thanks,

Cristian