x

Changing Footer Color

I have no coding experience, just builidng an actor website. I need help changing the color of my footer from black to white. Can anyone help?

https://www.rileyjopayne.com/ that is my website. 

Thanks!

378 Views
Message 1 of 2
Report
1 REPLY 1
Square

Hi @rileyjopayne! If you add this to Settings > SEO > Header Code it will change it to white on the live site:

<style>
	.footer-wrap
	{
		background-color: #fff !important;
	}
</style>
373 Views
Message 3 of 2
Report