Edit css/shortcodes.css - restore and still nothing change

Hi, after editing css/shortcodes.css got a big problem:
Main problem was: To try to remove the hover animation and set it as constantly hover... like green background and white icon.
First just try to hide the animation with a comment marker /* and after that - try to undo the settings but nothing changed and the layout ist still broken and all styles are changed now...!?

What happened and how can i restore? unfortunately i forgot to make a backup bevor...
So urgently need your help, thx a lot!

www.jsp-personal.de


/* Animation */
/* .icon_box .icon_wrapper,.icon_box .icon_wrapper:before { -webkit-transition: background-color 0.3s ease-in-out; -moz-transition: background-color 0.3s ease-in-out; -o-transition: background-color 0.3s ease-in-out; -ms-transition: background-color 0.3s ease-in-out; transition: background-color 0.3s ease-in-out; }
.icon_box .icon_wrapper { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); }
.icon_box:hover .icon_wrapper { -webkit-transform: scale(0.93); -moz-transform: scale(0.93); -ms-transform: scale(0.93); -o-transform: scale(0.94); transform: scale(0.94); } */

Comments

  • Hi,

    we we always say, we do not recommend to modify any files because when you got problems, we do not support those kind of themes. In this case we recommend to overwrite your broken files on FTP with original files from package.

    Thanks for understanding!
Sign In or Register to comment.