Footer

I was wondering how to get rid of this section on the theme? It appears right above my footer. Thank you!

Hi,

You meant the Products, Information, Support and their links? If so you can override it in Appearance -> Widgets -> Footer Widgets. If you don’t have any widgets, then these widgets will display there for placeholder, if you don’t want any widgets means, add this Custom CSS in Appearance -> Customize -> Additional CSS,

#footer { padding: 0; background: none; }
#footer > .container .row { display: none; }

Let us know,

Thanks,
laranz.