Shape 5

Joomla Templates => Arthur - Club => : jvigil48 February 22, 2018, 04:27:53 PM



: Menu select color delay
: jvigil48 February 22, 2018, 04:27:53 PM
When I hover over menu items the time for each item to change color as it is selected is too long.  Is the delay/speed adjustable?


: Re: Menu select color delay
: mikek February 23, 2018, 08:16:26 AM
Hello,

The delay is part of the aesthetics of the template. The delay is only 0.35 seconds, and I would not recommend changing that, but if you want to then you would have to modify template.css and find the following at line 742:

.module_round_box ul.menu li span, .module_round_box ul.menu li a, #s5_nav li, .btn, button, .btn:hover, a, .S5_subtext, .S5_parent_subtext, .S5_submenu_item, .S5_submenu_item a, .S5_submenu_item span, .s5_scrolltotop, input, .button, textarea, input, select, .s5_icon_search_close, #s5_nav li a, #s5_drop_down_button, .s5_icon_search_close, .s5_scrolltotop, .ac-container label, .ac-container2 label, .s5_icon_search_close, #s5_login, #s5_register, .S5_submenu_item, .image_and_icon_circle, .snipcart-total-items, .registry_info_box {
-webkit-transition: all 350ms ease-in-out !important;
-moz-transition: all 350ms ease-in-out !important;
-o-transition: all 350ms ease-in-out !important;
transition: all 350ms ease-in-out !important;
}

Within that remove these elements:

.S5_subtext, .S5_parent_subtext, .S5_submenu_item, .S5_submenu_item a, .S5_submenu_item span