How to change the title fon color in the News template?

December 2012 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Jan 10, 2014 3:29 pm
Reply with quote
Report this post
I am using NSP GK5 with the News template and I need to adjust the font color of the title. Its display too dark (until mouse over) with the template. What needs to be edited to correct? I have also noticed that the font colors of the mouse over on the title and the "read more" buttons randomly change colors from the default???

url- 209.212.253.134
User avatar
Fresh Boarder

GK User
Fri Jan 10, 2014 4:05 pm
Reply with quote
Report this post
Please edit: /templates/gk_news/css/override.css and add at its end:
Code: Select all
.nspArt h4.nspHeader a {
color: #363636;
}
.nspArt p.nspText {
color: #777;
}


This 2 colors controls header and paragraph color.

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator


cron