Before you ask please READ THIS

Blog and Portfolio links / categories

edited May 2012 in Airlock Posts: 6
Hi,
The site is coming along nicely and I'm still loving the template.
Just a quick query re links, on all other pages except blog or portfolio items, the links are light grey by default but white when you hover over them. The blog or portfolio items are mostly grey but they don't go white when you hover over them and when I put a link into the text, it disappears by default and is light grey when you hover.
Check out http://www.karbalion.com/portfolio/solar-system-scope/
and http://www.karbalion.com/2012/05/18/iceland-escapes/
Any help would be gratefully received.
Many thanks,
Reuben

Comments

  • Posts: 6
    Should have mentioned, light theme works fine, it's the dark that I can't quite sort.
    Cheer, Reuben
  • AirAir
    Posts: 10,970
    Hi There. Sorry for late reply:-S

    You will have to edit default link color. Edit file wp-content/themes/airlock/common/css/style-dark.css at line 12

    a{
    color: #383838;
    text-decoration: none;
    }
    change to:

    a{
    color: #fff;
    text-decoration: none;
    }
    and you will get white links.

    With regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion