Change link colours in News 2 template

Rate this topic: Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.3.50 out of 6 based on 2 vote(s)
GK User
Wed Jan 28, 2015 1:17 pm
Reply with quote
Report this post
Hi, I am using Joomla 3.3.6, K2 2.6.9 and News 2. I would like to change colour of links in - related items by tag, related items by category and highlight module links. They are really light gray and I would prefer something darker. See here: http://www.zdravduh.com/2011-11-14-08-5 ... 86-citrusi
Thank you in advance!
User avatar
Expert Boarder

GK User
Wed Jan 28, 2015 6:44 pm
Reply with quote
Report this post
Hi,
general tip: https://www.gavick.com/documentation/jo ... t-size-etc

and solution in your case case:
Code: Select all
.itemAuthorContent ul li a { color: #222; }
User avatar
Platinum Boarder

GK User
Wed Jan 28, 2015 6:46 pm
Reply with quote
Report this post
question
"highlight module links" and you need, what ? different color or underline ? in all modules ?
If titles try this:
Code: Select all
.nspLinks ul li h4 a:hover {
    text-decoration: underline;
    color: #962D3E;
}
User avatar
Platinum Boarder

GK User
Thu Jan 29, 2015 5:17 pm
Reply with quote
Report this post
OK, I will try this. Many thanks!
User avatar
Expert Boarder

GK User
Fri Jan 30, 2015 12:57 pm
Reply with quote
Report this post
It works great, but in fact I need darker colour for the changing titeles inside the highlighter module. Some of my readers say it is too light and they barely notice it. Is that possible?
User avatar
Expert Boarder

GK User
Fri Jan 30, 2015 11:24 pm
Reply with quote
Report this post
I agree with them, so use
Code: Select all
.gkHighlighterWrapper .gkHighlighterItem a {
    color: #222;
}
User avatar
Platinum Boarder

GK User
Mon Feb 02, 2015 10:03 am
Reply with quote
Report this post
Ok, you were extremely helpful. I think I get it how to change every element`s parameters via css and chrome view source options :)
User avatar
Expert Boarder


cron