Resolved

Change color and font of footer header and text

Ultra Theme started by rictans May 29, 2015 1 reply
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.

Andrew Misplon Puro May 29, 2015 · 11:07 am #1657

Definitely!

/* Footer Widget Titles */

.site-footer .footer-main h3 {
  color: #fff;
}

/* Footer Background and Text Color */

.site-footer .footer-main {
  background: #272a2d;
  color: #acaeaf;
}
2 posts