I only need the correct code snipplets for the additinal CSS section to change the behaviour of the template.
for example:
… and how can I get rid off the animation on mouse over in the portfolio section?
as a solution i only changed the value to ‘0deg’ here and put it into the additional css.
.portfolio-main .portfolio-image img{ -webkit-transform:rotate(0deg) scale(1.0); -ms-transform:rotate(0deg) scale(1.0); transform:rotate(0deg) scale(1.0); -webkit-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; }