Hiding footer but keeping copyright

I’ve tried takling out all of the footer widgets/leaving them blank yet the footer is still displaying with the standard footer content still there - I can’t find where else to delete this and hide the footer. Here is my test page: http://www.jdaveytest.co.uk/

Any help greatly received.

Hey there,
Hope you’re doing well today

Kindly add and save the following code to Appearance > Customize > Additional CSS:

#footer .bottom-footer, #footer{
  margin-top:0px!Important;
}
#footer{
  padding-top:0px!Important;
}

I hope this helps :slight_smile:

Best Regards,
Support

Hi there,
I’ve added this code but all is does is remove the padding and margins to the elements in the footer. The list of items in the footer widgets are still displaying although I’ve tried to clear them.

When I’ve looked through the tutorial videos there seems to be amixed message of doing things in the customise toolbar and then within the admin control panel - could this be causing the issue?
The link to the test site is: http://www.jdaveytest.co.uk , any help really greatly received - I’d love to be able to share the test link with my client as soon as possible! Thanks!

Hi there,

I hope you are having an awesome day and thanks for contacting us regarding your query.

Maybe I’m on the wrong page or something but the attached image is the footer that I’m seeing on http://www.jdaveytest.co.uk/.
Maybe you’ll need to clear your browser cache just in case you’re viewing a cached version of the site.

Please let me know if that solved the issue.

I look forward to your reply :slight_smile:
Cheers!

Hi I have put CSS to get rid of footer but want to keep the copyright info how can I do this?
phagfarm.com

Hello there,

I am not sure that I understand. You want to keep the text but remove the bar? That would not be possible because the text is nested in the footer bar.

Best Regards,
Support

How do I keep the bar but remove all text except the copyright?

Hello there,

Thanks for clarifying.

Please go to Appearance > Customize > General Options > Footer and you can change the footer information there.

Best Regards,
Support