Hmm..not work.
I have these lines:
.white .simple-wrap .orange-but { background: #fff; background: rgba(255, 255, 255, 0.65); color: #333; border: 1px solid #FF5722; -webkit-transition-delay: 0s; transition-delay: 0s; box-shadow: 0 1px 2px rgba(0,0,0,0.15); -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15); }
.white .simple-wrap:hover .orange-but {background:rgba(255, 255, 255, 0.65);}
.white .simple-wrap .orange-but .fa {background-image: url('../images/quick-sprite.png'); background-repeat: no-repeat; background-position: 0px 0px;}
remove them and put this code: .orange-but {display:none!important;} ? or how?
Thanks!