rictans May 29, 2015 · 9:44 am #1653
Please show how to change footer header and texts’ font type and color and size.
Thanks,
Ric.
Please show how to change footer header and texts’ font type and color and size.
Thanks,
Ric.
Definitely!
/* Footer Widget Titles */
.site-footer .footer-main h3 {
color: #fff;
}
/* Footer Background and Text Color */
.site-footer .footer-main {
background: #272a2d;
color: #acaeaf;
}