1. webnanny
  2. Sherlock Holmes
  3. Commercial Templates
  4. Sunday, 03 April 2016
  5.  Subscribe via email
If I would like to have the links underlined on hover and the template doesn't do that (Ashley) is there any css I could stick in the template CSS box? I tried

a:hover {
text-decoration: underline
}

with no success. It probably conflicts with the ordering of the text decoration css in the template itself but then I usually depend on you for this stuff.

Thank you.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

That should work for you. Would you have a URL to an example of the links in question?

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

To amend try using the following CSS instead...


a:hover {
text-decoration: underline !important;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


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