Anonymous User 15040224
(@anonymized-15040224)
There is as far as I know not an option to do this in OnePage Express itself, but there is a way to change the coloured footer box.
Go to Customizer -> General settings -> Additional CSS and paste the following code:
.footer-column-colored-1 {
background-color: #151515
!important;
}
In my case this background colour would be dark gray (as #151515 already suggests). You can ofcourse change this to whatever hex colour you would like. I haven’t looked into changing the footer as a whole since I don’t need it for my site.
Hope this helped,
– John
@wjbernals have you found a way to change the footer background color yet?
-Simon
I was able to change it with this (be sure to change your hex code)…
.footer {
background-color: #a2c4a1 !important;
}
Is there a way to change the font color as well?