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).