Forums
Home / Theme: Agency Zita / Change Title Font Color
(@sneed)
5 years, 1 month ago
How do I change the font color of my Header title?
(@wpzita)
Hello there,
You can use this CSS to change site title color.
.main-header .site-title h1 { color:red; }
Thank you
That had no effect on the title color.
robyndbanc.com
I tried again using the correct theme but still no color change.
5 years ago
You can use this CSS
.main-header .site-title h1 a{ color:red; }