1. abruce99
  2. Commercial Templates
  3. Wednesday, 08 May 2013
  4.  Subscribe via email
I would like any hyperlinks in my Clarity site to appear either underline or darker than they currently do. It is very difficult to see when there is linked content using the default settings.

Thanks in advance,
Andy
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Andy

To edit the default state of your links try adding the following to the Custom CSS field of your templates parameters...


[code type=css]a {
color:#CCCCCC;
text-decoration:underline;
}[/code]

Where #CCCCCC is your new hover colour.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Andy

To edit the default state of your links try adding the following to the Custom CSS field of your templates parameters...


[code type=css]a {
color:#CCCCCC;
text-decoration:underline;
}[/code]

Where #CCCCCC is your new hover colour.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Although changing the colour didn't appear to work, it is now underlining the hyperlinks so that is good enough.
Thanks again for the quick response!

Andy
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!