Sidebar link animation- off

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat May 31, 2014 12:51 pm
Reply with quote
Report this post
Hello,

where in the code I can turn off animation of text links in sidebar modules?

Thanks!
User avatar
Senior Boarder

GK User
Sun Jun 01, 2014 7:46 am
Reply with quote
Report this post
You mean red colour overlay?
Would you like to disable the colour completely or just remove smooth colour transition and leave standerd hover instant colour change?
User avatar
Moderator

GK User
Mon Jun 30, 2014 12:20 pm
Reply with quote
Report this post
I would like to tur of animation of text when is mouse over text. The colours are ok.
User avatar
Senior Boarder

GK User
Wed Jul 02, 2014 12:18 pm
Reply with quote
Report this post
Hello,

Please open the css/template.css file and please remove all transition properties from the following fragment:

Code: Select all
a,
#gkMainbody a:active,
#gkMainbody a:focus,
#gkMainbody a:hover,
#gkMainbody header h1 a,
#gkMainbody header h2 a,
#k2Container article header h2 a {
   color: #363636;
   -webkit-transition: color 0.2s linear;
   -moz-transition: color 0.2s linear;
   -o-transition: color 0.2s linear;
   transition: color 0.2s linear;
   text-decoration: none;
}
User avatar
Administrator


cron