Forums

twenty eleven - change hover text color in page (3 posts)

  1. doronalt
    Member
    Posted 12 months ago #

    Hi there!
    I thought it's an easy one but I can't figure this one.
    I want to change the color of the text on my pages (only links) to light grey when your mouse hover them (simple roll over effect).
    I use a child theme on twenty eleven theme.

    I tried to add this to the style.css of the child theme:
    a:focus,
    a:active,
    a:hover {
    text-decoration: none;
    color: #CCCCCC;
    }
    the default underline of the link gone but the color wont change. .
    what am I doing wrong?
    here is the link to the site:
    http://s92060302.onlinehome.us/melamednew/en/works
    thanks!

  2. esmi
    Theme Diva & Forum Moderator
    Posted 12 months ago #

    Try using Firefox with the Firebug add-on for this kind of CSS work.
    http://getfirebug.com/

  3. doronalt
    Member
    Posted 12 months ago #

    Hi esmi.
    I did use firebug. actually firebug is how I develop and moderate all my themes before I move to the code.

Reply

You must log in to post.

About this Topic