• Resolved rairose

    (@rairose)


    This is my site: http://www.rairosewriting.com/

    In the right-hand column, there is a link that should say “Email Me Today!”

    It is located in the sidebar between “Contact Me” and the phone number. You can’t see it unless you hover over it.

    Why is this happening and how can I fix it?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey rairose !

    lol no need for swearing really all can be solved :p

    ok the problem is caused by the property :

    .textwidget a {
        color: #FFF;
    }

    in your style.css change it to the color you want :

    .textwidget a {
        color: color_of_choice_here;
    }

    That’s for normal color and for hover

    .textwidget a:hover,.textwidget a:focus {
        color: color_of_choice_here;
    }

    Cheers !

    Thread Starter rairose

    (@rairose)

    Thank you!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Invisible Links! WTF?’ is closed to new replies.