how to change header text color
-
hi i can’t see “Header text color ‘ option in colors and background in Twenty-seventeen. How can i change color of header text?
The blog I need help with is: (visible only to logged in users)
-
you can change background color and font color of title and description by using below css:
.body { background: #000000; } .name { color: #FF0000; } .description { color: #0F0; } -
Hey Thanks,
I think i need to upgrade my free plan as it is not allowing me to access css
- The topic ‘how to change header text color’ is closed to new replies.