CSS code for changing a text widget title color
-
My site: https://turnerdaviscoaching.com/our-team/
I’d like to change the color of the title of both of the widgets on that page. I am a CSS novice, but after hunting around WordPress forums, my best guess is that I could use this code:
.widget-1 h3.sidebar { color: #f57021; }
Can anyone tell me if I’m on the right track? And where do I find the widget identifier to use in place of
.widget-1
? I looked in my theme’s functions.php file, but they aren’t there. Can they be found in the Custom Sidebars plug-in files?Any help appreciated, and thanks in advance!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘CSS code for changing a text widget title color’ is closed to new replies.