In your style.css
#footer{
color: #fff
}
change to
#footer{
color: #hexcolor of the color you want.
}
↧
jomarlipon on "changing footer widget text color"
↧
In your style.css
#footer{
color: #fff
}
change to
#footer{
color: #hexcolor of the color you want.
}