Home › Forums › WordPress Themes – Premium › Circumference › How to Change the Footer Text Color › Reply To: How to Change the Footer Text Color
October 5, 2016 at 6:07 am
#38764
Participant
The footer text color is set to white. But I had added the following ccs since the widget text color in Top1 needs to be blue. Looks like this css is over-ridging the footer text color I have selected. How do I get Top1 through Top4 widget text to be blue and keep the footer text to white?
.textwidget {
color: #000080
;
}