How to remove extra menu below footer area?

Hi, I have this extra menu below the footer area just on a couple of pages on my site that I want to get rid of.

Could someone help me out? Here is the link to one of the pages:

This is an automated message to notify you that your thread was posted in the wrong forum, and it has been moved to the correct place. A member of our team will be happy to reply just as soon as your thread is up. How support works.

For support, please post all questions in the Support Forum.

For peer to peer conversations with other Themeco customers about tips, customizations, or suggestions you are welcome to use the Conversation Forum (no official support provided here).

Design & Development, Marketing & Media, and Hosting & Optimization are for discussion with fellow Apex members about non Themeco related topics. Please keep this in mind in the future.

Thank-you!

Hello There,

You can add following CSS to hide additional menu that is appearing in footer:

.menu {
    display: none;
}

I can see that your website is X Theme version 5.1.0. We have released version 5.1.1, we suggest you update theme and bundled plugins to latest version as it contains bug fixes and other essential updates. You can refer our changelog: https://theme.co/changelog/

You can also refer our theme and plugins update guide: https://theme.co/apex/forum/t/setup-updating-your-themes-and-plugins/62

Thanks.

Thanks so much! :slight_smile: It worked! :slight_smile:

You’re welcome!
Thanks for letting us know that it has worked for you.