Deleting and changing the footer on all linked pages

Hi I deleted the footer widgets on my theme as don’t want all those services etc… however they are still there. How do I remove for this theme or do I have to pay premim?

Thanks

Hi,

Use this css code:

#footer .footer-logo{
display:none;
}

#footer .copyright {
display:none;
}

We don’t have premium but we appreciate users who support our work and leave the link to our website.

Thanks,

Cristian

Hi… didn’t seem to work… using the Update css link on the customize tab… is there another way?

Hi @sensiblestockings,

If it didn’t work, use instead a custom css plugin:

Thanks,

Cristian