badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: How do I change the colour of the text in footer?

#8538
Sanjip Shah
Participant

In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’

#colophon .widget {
    color: #FFFFFF;
}
#colophon a {
    color: #FFFFFF;
}
#colophon .widget-title {
    color: #FFFFFF;
}

Hope this helps. You can add the color code of your choice from here http://www.colorpicker.com/.