Get an access to all 178 items designed and developed by Engine Templates team plus all the future items which will be released over the course of your club subscription. Price starting from $59.00
How to set article font color to pure black?
John
You just go to Template Settings, open tab "Custom Code" and add more CSS as below for Custom CSS code field
body {
color: #xxx;
}
With 'xxx' is your color code.