Hi, I would like to change the footer background from black to white or another color. How do I go about doing this?
Thank you. I am not able to share a link as I haven’t activated it yet as I am waiting until I have all ready to go before I activate it.
Thank you.
Hi Cassandra,
To change the footer background color from black to white go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.
#colophon .widget-wrap { background-color: #fff; color: #666; } #colophon .widget-title { color: #333; }
Thank you for using our theme.