Disable/Remove Icon Box Hover Effect

Hi please, I have two issues,

  1. I need to disable the Hover (bouncing effect) that the images and text in the icon box.  I tried this code that I saw on the comments page on Theme Forest (see below) but it didn't work. You can find my site here: http://ankararize.com/work/arservices/
  2. Is it possible to place social media icons beside search icon? If so how?

Code
.icon_box:hover .icon_wrapper {
transform: scale(1) !important;
}
.icon_box:hover .icon_wrapper::before, .icon_box a:hover .icon_wrapper::before { background: none !important; }
.icon_box:hover .icon_wrapper, .icon_box a:hover .icon_wrapper { color: #2991d6 !important; }


Comments

Sign In or Register to comment.