PhP code for text colour

PHP snippet to change the base font colour. I want to change the base text colours to Black instead of grey but I need this code in Php

So you don’t ever try to change it by CSS ?

ex:

p{
color: black;
}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.