- Posts: 3
- Thank you received: 0
Changing something of template Hot_Kindergarten
-
maartenbeke
Inactive member - Topic Author
- New Member
Less
More
9 years 11 months ago #44144
by maartenbeke
Changing something of template Hot_Kindergarten was created by maartenbeke
Hello, i am using the "hot_kinderkarten" for a wesbite.
But i would like to keep the logo still when you klik it.
Now it jumps up and down.
How can i do this?
With regards.
But i would like to keep the logo still when you klik it.
Now it jumps up and down.
How can i do this?
With regards.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 11 months ago #44147
by ivan.milic
Replied by ivan.milic on topic Changing something of template Hot_Kindergarten
Send link
Please Log in to join the conversation.
-
maartenbeke
Inactive member - Topic Author
- New Member
Less
More
- Posts: 3
- Thank you received: 0
9 years 11 months ago #44151
by maartenbeke
Replied by maartenbeke on topic Changing something of template Hot_Kindergarten
Here is the link :
kinderdagverblijfhetgirafke.be/test/
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 11 months ago #44153
by ivan.milic
Replied by ivan.milic on topic Changing something of template Hot_Kindergarten
In layout.css:
.mp_logo:hover {
-webkit-animation-name: logobee;
-webkit-animation-duration: .7s;
-webkit-animation-direction: alternate;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in-out;
position: relative;
}
remove:
-webkit-animation-name: logobee;
-webkit-animation-duration: .7s;
-webkit-animation-direction: alternate;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in-out;
.mp_logo:hover {
-webkit-animation-name: logobee;
-webkit-animation-duration: .7s;
-webkit-animation-direction: alternate;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in-out;
position: relative;
}
remove:
-webkit-animation-name: logobee;
-webkit-animation-duration: .7s;
-webkit-animation-direction: alternate;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in-out;
Please Log in to join the conversation.
Time to create page: 0.239 seconds