Shape 5

Wordpress Club Themes => No1 Shopping - Club => : antic November 16, 2015, 10:01:58 AM



: How to remove transitions on hovering icons
: antic November 16, 2015, 10:01:58 AM
Is it possible to remove transition effect on hovering social icons. I tried using this css:

#s5_rss, #s5_google, #s5_vimeo, #s5_twitter, #s5_fb {
-webkit-transition:none !important;
  -moz-transition:none !important;
  -o-transition:none !important;
  transition:none !important;
}

but there is still a slight movement of the icons on hover.
The url is http://business.referrizer.com/ (http://business.referrizer.com/)


: Re: How to remove transitions on hovering icons
: Tristan Rineer November 16, 2015, 11:17:05 AM
Looking at it with Firebug (http://getfirebug.com/) and enabling the :hover option seems to show that there's a slight change in background-position on hover.  I'm a programmer, not a designer, so I'm not really sure the exact CSS you'll need to use to override that, but it seems you've got it mostly working so far; hopefully I was at least able to point you in the right direction.