A
A
Arthur2019-01-22 03:27:29
css
Arthur, 2019-01-22 03:27:29

How to remove animation in gallery when hovering over controls?

Actually a subject. For clarity, I'm attaching a screenshot:
5c4663387e8ae909659346.jpeg
The page itself: tyk
js code: tyk
css code: tyk
I.e. when hovering over the gallery control buttons, they jump from bottom to top. How to turn it off?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Tutubalin, 2019-01-23
@Kennius

In /templates/mytorent/style/engine.css delete

.highslide-controls .highslide-previous a:hover { background-position: 0 -30px }
.highslide-controls .highslide-play a:hover { background-position: -30px -30px }
.highslide-controls .highslide-pause a:hover { background-position: -60px -30px }
.highslide-controls .highslide-next a:hover { background-position: -90px -30px }
.highslide-controls .highslide-move a:hover { background-position: -120px -30px }
.highslide-controls .highslide-full-expand a:hover { background-position: -150px -30px }
.highslide-controls .highslide-close a:hover { background-position: -180px -30px }

these are lines 394,397, 400,402,405,407,410

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question