Change colour of body/p text?

Get help or discuss with other members about business Joomla! 3 and 2.5 template designed especially for your start-up projects on dedicated support forum.
GK User
Wed Dec 18, 2013 9:10 am
Hi,

No doubt a simple answer but still trying to find my way around wordpress, but how do I change the main text colour from the light grey it is currently to something a little more darker? ive tried looking in the editor however any p or body tags I found dont have any colour properties?

Thanks in advance
User avatar
Fresh Boarder

GK User
Wed Dec 18, 2013 9:55 am
There is no direct way to do that. Color is defined globally for all site text elements. To change it: please edit: wp-content/themes/Startup/css/override.css
Code: Select all
body {
color: #777;
}

Remember to enable "Use the override.css file" in theme settings (item in admin menu, under comments section, advanced tab).
User avatar
Moderator


cron