• Resolved asif_a

    (@asif_a)


    Hey, it’s my first time working with wordpress; I’m building a portfolio site at hellofriends.org and I developed the theme you see.

    Anyway, my links are not working like they should. They should turn grey on hover. My email at the very top does grey on hover, but not the rest of the site.

    I know somewhere in my files I have an overriding style but I haven’t been able to find it. Seems like a small detail but it’s important, thanks!

    Also, any other issues you see with the site design, let me know too. I know I’m not designing above the fold.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Line 104 in your style.css

    a:hover {
    text-decoration:none;
    }

    while the email address has:

    #contact_info a:hover {
    color:#999999;
    }

    It’s only active for #contact_info.

    Peter

    Thread Starter asif_a

    (@asif_a)

    I double checked my style.css and I was using a funky hex code, which is why it wasn’t registering at all.

    thanks peter!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Conflicting CSS Issues’ is closed to new replies.