Footer widget title color change

I would like to know how to change the footer widget title color. It used to be black and now its white for some reason. I don’t know what happened. http://www.wordoflifetab.net

Hi,

Go to Appearance -> Customize -> Additional CSS and add this CSS Snippet in it,

#footer .widget .widget-title h5,
#footer .widget .widget-title h5 a {
	color: #fff;
}

Change the #fff to your desired color.

Let us know,

Thanks,
laranz.

awesome…that was it…thank you.

Hi,

Glad we helped. :slight_smile:

Let us know if you have any other questions. If you’re happy with our service, don’t forget to review & rate us in WordPress [Illdy] Reviews | WordPress.org. :wink:

Thanks,
laranz.