Hi
There's no option on template settings.
So do like this:
WordPress
You can go to Dashboad >Startup > Template Options > Advanced and enable "Use the override.css file".
Them you can open the following file at ../wp-content/themes/Startup/css/override.css and add this line:
- Code: Select all
a {color: #3eabe9!important; }
Joomla:
Go to template parameters > advanced settings and enable the use of css override.
Them open ../templates/gk_startup/css/override.css and add this the same line.
- Code: Select all
a {color: #3eabe9!important; }
What override.css does is override the template classes and this way you don't have to change anything on the original css files, ensuring easy template updates.
Cheers