Home › Community Forums › Epik Theme Support › Footer color › Reply To: Footer color
January 31, 2014 at 11:48 am
#10313

Customer
Look for this on line 2630 –
.footer-widgets {
color: #aaa;
font-size: 16px;
font-size: 1rem;
line-height: 1.4;
}
And look for this on line 2648 –
.footer-widgets p {
color: #fff;
}
And for the links, look for this on line 2644 –
.footer-widgets a {
color: #fff;
}