How to change font color with CSS
If you need to change the font color in WordPress or another website you can use this snippet…
color:red;
This would change the color of your font to red. You can also use HEX colors like this…
color:#2a2a2a;
This would apply a dark grey color to your font. You can use an online color picker to find your desired color.
Written by: Michael from Beginnrtuts.com 07-09-2022 Written in: CSS tutorials