Shape 5

Joomla Club Extensions => Horizontal Accordion v2 - Club => : jboylan January 20, 2015, 04:51:37 PM



: Opacity of Hover
: jboylan January 20, 2015, 04:51:37 PM
I am looking to change the opacity of the hover of the horizontal accordion for the Zoka template and through firebug I can see that I probably need to change:
.horzaccordion li:hover .image_title {background: rgba(190,214,0, 0.9) !important;}..... but what file is this specified in?


: Re: Opacity of Hover
: jonahh January 21, 2015, 01:16:21 PM
Hello,

This is set in the "templates/zoka/index.php" file of the template because of the highlight color.  Just open it up and look for:


:
.horzaccordion li:hover .image_title {background: rgba(<?php echo "$r,$g,$b,"?> 0.9) !important;}