Hover effect on menu in Sidebar
Start-up Joomla template with amazing CSS3 animated icons, price tables and parallax effect background.
Rate this topic: 




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
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
-
- 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:
Remember to enable "CSS override" in template settings - advanced section.
- 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.
-
- 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.
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;}
-
- Senior Boarder
3 posts
• Page 1 of 1