You can hide the entire footer with this CSS:
footer#containerfooter {
display: none;
}
Just copy from this forum and paste into Theme Options> Custom CSS, and you should be set.
-Kevin
Thread Starter
Aaron
(@aat0081)
That gets rid of the entire footer… not JUST the footer widget space.
If I wanted to remove entire footer wouldn’t have posted here as that is an easy thing to do…..
Please post a link to your site with all support requests so that I can see your current configuration.
-Kevin
Well, due to the different possible footer configurations in the theme, it’s much easier and faster for you to post a link. That way the CSS will surely be correct.
Let me know if you end up needing any further assistance.
good luck,
-Kevin
I think you might just be wanting to remove the top padding on the footer area. If that’s the case then I believe this css would work for you.
.footerclass {
padding-top: 0;
}
Ben