Hover effect on menu in Sidebar

Start-up Joomla template with amazing CSS3 animated icons, price tables and parallax effect background.
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
Mon Jun 10, 2013 3:29 pm
Reply with quote
Report this post
Hello,

I would like to turn off hover effect on menu in #gkSidebar

Please see what I mean at http://www.glossa.info.pl/tlumaczenia/poswiadczanie-tlumaczen

Does anyone know how to turn it off ?

Kind regards,
Marcin
User avatar
Senior Boarder

GK User
Mon Jun 10, 2013 3:38 pm
Reply with quote
Report this post
Please edit: /templates/gk_simplicity/css/override.css and add at its end:
Code: Select all
.box.menu li:hover {background-position: 0 13px; padding: 0 0 0 30px;}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Mon Jun 10, 2013 4:58 pm
Reply with quote
Report this post
Thank you for the answer Cyberek.

Works better now.

BTW, background-position required !important attribute.

Code: Select all
.box.menu li:hover {background-position: 0 13px !important; padding: 0 0 0 30px;}
User avatar
Senior Boarder


cron