Underline and bold links

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
Tue Dec 09, 2014 12:41 am
Reply with quote
Report this post
Hello,

I'm using this News template on my website, and I would like to view the links in k2 items in a different way. What should I do to see links (it doesn't matter hover, activated or visited) with bold and underline? And to see links hover with the color of the style template? I'm using style 1 (orange).

Thanks in advance!
User avatar
Fresh Boarder

GK User
Tue Dec 09, 2014 8:16 am
Reply with quote
Report this post
Replacing all links is not an easy task.
Please read this documentation:
https://www.gavick.com/documentation/jo ... -size-etc/
and try to change it by yourself. If you will stuck with few elements, please write back I'll try to help you with.
User avatar
Moderator

GK User
Tue Dec 09, 2014 11:50 pm
Reply with quote
Report this post
I was only interested in changing k2 items links. I read this link you gave me and I think I did a modification that make it... but I'm not so sure if this modification can change something else...

On k2.css (/public_html/templates/gk_news/css), line 965, I've add this:

Code: Select all
.itemAsideInfo + .itemBody a:link {
      text-decoration: underline;
      font-weight: bold;
}

.itemAsideInfo + .itemBody a:hover {
   text-shadow: 0.1em 0.2em 0.5em #cbcbcb;
}


It's this modification correct?
User avatar
Fresh Boarder

GK User
Wed Dec 10, 2014 11:36 am
Reply with quote
Report this post
Could you please post an url to your site?
User avatar
Moderator


cron