Footer options won't turn off

Hi,
I’m using Renew and have the bottom footer on. However, I don’t want the menu or social links. I’ve modified the settings in the customiser but it’s not taking effect. Every time I go back in, they’re back on.

Can you help?
Thanks.

1 Like

Hi There @Lorenmn

Thanks for writing in! Could you please try adding the following CSS rules into your X > Theme Options > CSS area.

footer .x-nav {
    display: none;
}
footer .x-social-global {
    display: none;
}

Hope that helps.

Yes, that did work but surely this is a bug in the theme that needs fixing?

1 Like

Hi There,

Can you confirm that you are fully updated? (Theme and Plugins)

You can find the latest version numbers here: (http://theme.co/changelog/) Then you can compare them to what’s installed on your site.

If you find anything to be out of date, you can review our update guide.

Thanks.

I am all update with my theme and having the same issues as reported by Lorenmn

Hi Robert,

Sorry that you’re having this issue, we can confirm that this is a bug and has already reported on our issue tracker so the developers will be made aware of it.

For now please use the quick fix provided above. You can check our changelog page to monitor if an official fix is released for this bug.

Thanks,

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.