Forum Replies Created
-
AuthorPosts
-
Hey,
I think I solved the Problem using some #top’s and important’s. I think the layerslider uses the Webkit command, so you have to overwrite it.Thanks
Fridolin
Hi,
and thanks for the answer. I want to scale only on hover (like in the code above), is that also possible in layerslider?
Best regards,
Fridolin
Hi and thanks for the reply,
my problem with the Code Block is, that it always displays a white block which I don’t want to have. Is there any way to use the code block without having an extra container on the frontend?
Best wishes Fridolin Förster
Hi, here are the lognis
Here are the accounts
It also works if I give all elements of slider a transition:
#layerslider_4_1 div.ls-inner div.ls-slide.ls-active a img { -webkit-transition: all 0.4s ease; /* Safari and Chrome */ -moz-transition: all 0.4s ease; /* Firefox */ -ms-transition: all 0.4s ease; /* IE 9 */ -o-transition: all 0.4s ease; /* Opera */ transition: all 0.4s ease; }
and afterwards use the id’s, from the elements of the slider, to give spicific effects:
#kicklink:hover { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
Again, I don’t know why. Would be glad for any help.
Thanks in advance
-
AuthorPosts