1. ziggy
  2. Sherlock Holmes
  3. Free Templates / Extensions
  4. Wednesday, 17 April 2013
  5.  Subscribe via email
Hi,
We are using J51_Oxygen template. We would like the links to be more visible then default and added custom css:

a:hover {background-color:Cornsilk;font-weight:550;text- decoration:underline;color:blue;}
a:link {text-decoration:underline;}
a:active {color:yellow; text-decoration:underline;}

It works for first article in blog, but the following articles do not get the the underline. Color and other attributes are ok but NOT underline.

Example:



"direktlänk" in first article is ok - but "regler och föreskrifter" in next article do not get a underline...

Any idea?
Accepted Answer Pending Moderation
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Try adding the following to the Custom CSS field of your templates parameters...


[code type=css].items-row a, .cols-2 a, .row-0 h2 a, .items-row a:hover, .cols-2 a:hover, .row-0 h2 a:hover, .items-row a:active, .cols-2 a:active, .row-0 h2 a:active, .items-row a:link, .cols-2 a:link, .row-0 h2 a:link {text-decoration: underline;}[/code]

Ciarán
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
worked! (removed some h2 from suggested) Thanks for quick response!!
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 3
  • Page :
  • 1


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