Hello @jimmie77
I don’t know anything about code,etc.Looking for simple way to change font color.
All you have to do is copy the provided code and paste. ?? That is what we are here for.
Can I ask exactly what you would like to style? If you would like to style all text on your site, you can use this.
body {
color: #000000;
}
If you would like to style just your headings, you can use this.
h1,h2,h3,h4,h5 {
color: #000000;
}
If you would like to style just your paragraphs, you can use this.
p {
color: #000000;
}
All you have to do is copy and paste which code you want to style different elements of your site in to this plugin. After the plugin is installed and activated, you can simply go to Appearance > Custom CSS > copy and paste the code > click Save Changes.
Hope this helps.
Thanks,
Alex