How to delete the footer or change the background colour

I just wondering if there is a way of either changing the background colour of the default footer or deleting the footer completely from my website – www.falmouththeydontrust.co.uk?

I chose the Vue 2016 Dusk theme because it allowed me to change the background colour of the header.  I created a section at the bottom of each page to act as a footer so that I could choose the background colour of the footer, but then I couldn’t delete the default footer.  So there is now a blank white area at the bottom of each page of my website that I am unable to delete.

I don’t have any HTML or CSS coding experience so don’t want to change anything in the code.

Does anyone have any suggestions?

Thank you.

4,584 Views
Message 1 of 8
Report
1 Best Answer

Best Answer

Try this code in Settings > SEO > Header Code, @FalTheydon:

<style>
    .footer-wrap
    {
        display: none !important;
    }
</style>

It should hide the footer on the published site.

View Best Answer >

4,571 Views
Message 9 of 8
Report
7 REPLIES 7

Best Answer

Try this code in Settings > SEO > Header Code, @FalTheydon:

<style>
    .footer-wrap
    {
        display: none !important;
    }
</style>

It should hide the footer on the published site.

4,572 Views
Message 9 of 8
Report

Hello @BJ 

That's great, the code worked and the white footer is no longer displayed on my website.

Thank you so much!

4,566 Views
Message 9 of 8
Report

No prob!

4,563 Views
Message 9 of 8
Report

I tried this too and it didn't work for me Smiley Sad anyone have any other solutions for how to delete the footer or change the background color??

2,330 Views
Message 9 of 8
Report

Hello! I've tried this but it still doesn't work for me. The footer still remains in the website. I'm currently using Upstart-blog theme

3,096 Views
Message 9 of 8
Report

It worked on some pages only

2,628 Views
Message 9 of 8
Report

This still works in 2022.  Thank you!!

1,722 Views
Message 9 of 8
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.