I can't make the bottom Footer disable

Hello guys. Can you please check why my menu bottom footer CAN NOT BE DISABLE, I keep going at X -> Theme -> Option > Footer and turn the menu footer off but once I refresh it comes back as default!

Also, I would I edit this bottom footer - instead disable how would I add code on it!

Hi @rcbarros

This issue has been logged to our dev team for further investigation, at the moment I don’t know whether this is going to be fixed or not and when it will get fixed, our dev team is working hard to set the priorities to fix bugs and introduce new features according to the roadmap.

As a temporary solution, you can add this CSS code to (Theme Options > CSS):

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

You can add simple HTML code to the Footer Content area as in this screenshot:

Thanks.

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