Widget Text Needs to be White

I need to change the color to white on the title of a widget that I have in my footer. I looked at the source code and note that it says H4 before and after the text. However, when I change the color of H4 in the global typography, it does not change the color of this widget text. I also found the area for the Widget Header and changed it to white but it also is not changing the text to white on the widget. I see the below when I view source code but when I go into CSS, it will not bring it up when I search. Here is what the code currently says:

section id=media_image-3 class=fusion-footer-widget-column widget widget_media_imageh4 class=widget-titleMembers of:/h4

Topic widget-text html Wordpress

Category Web


Without seeing the code it's a difficult problem to solve, but it sounds like something else is overwriting your code.

You may need to be more specific about the H4 you're targeting footer h4 for instance.

You may also need to add !important to your CSS declaration in order to get it to work. See more about !important here.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.