Shape 5

Joomla Templates => Curb Appeal - Club => : sulu17 January 30, 2018, 03:10:01 AM



: Layout probs with "Our services top boxes"
: sulu17 January 30, 2018, 03:10:01 AM
Hi,
I like the layout of the Service Top Boxes really much, but I don`t want to let the images rotate- they should be static. How can I do that? I just tried different things, but without success...
Thanks and regards
Susanne


: Re: Layout probs with "Our services top boxes"
: mikek January 30, 2018, 08:14:44 AM
Hello,

I'm assuming you mean the hover feature on the images? You just need to remove this in editor.css:

.service_item:hover img {
transform: rotate(6deg) scale(1.25);
transition: all 400ms ease-out 0s;
}


: Re: Layout probs with "Our services top boxes"
: sulu17 January 30, 2018, 01:22:11 PM
Thank you Mike! Exactly what I meant  ;)