Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #21196
    WilliamA
    Member

    I would like to change the color of just my logo when I mouseover (it’s a png). I think I have to create a copy of my logo and swap out, in my case with pantone green.

    My website: http://techiesnation.com/

    Proposed code?
    #site-logo:hover {
    background: url(http://techiesnation.com/wp-content/uploads/2014/03/cropped-TechiesNationLogoBasegreen.png) no-repeat;
    }

    #21212
    Sakin
    Keymaster

    @WilliamA: You can do like that in Responsive design site. If you add like that then it will be problem when you view you site in mobile devices. Also the css will be like this

    #site-logo a:hover {
    background: url("http://techiesnation.com/wp-content/uploads/2014/03/cropped-TechiesNationLogoBasegreen.png") no-repeat;
    }
    #21242
    WilliamA
    Member

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Logo color change on hover’ is closed to new replies.