Changing color of hyperlinks in content

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
Sat Mar 19, 2016 4:34 pm
Reply with quote
Report this post
Hi there,

I'm trying to adjust the color of hyperlinks within my content to that default red color so they may stick out when someone reads an article.

But when I play aroud with the
Code: Select all
a {
   color: #000;

code in gk_news/css/template.css, in changes the color of all hyperlinks on the website (including modules) and it is too much red. Is it possible to change the color of hyperlinks within an article without changing the color of hyperlinks used in the rest of the website?

Thanks so much!
User avatar
Senior Boarder

teitbite
Wed Mar 23, 2016 1:15 pm
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.itemBody a {
color: red;
}
User avatar
Moderator

GK User
Thu Mar 24, 2016 9:23 pm
Reply with quote
Report this post
That did the trick. Thanks so much!
User avatar
Senior Boarder

teitbite
Thu Mar 31, 2016 9:23 am
Reply with quote
Report this post
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.