Support Offline: Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time: Our Time:

file Changing hover colour and icon colour on accordion menu

More
2 months 1 week ago - 2 months 1 week ago #42365 by Sandy Mikami
I need to customise the colours on the accordion menu. I have used this custom css to change the backgound colour for menu items and active menu items:

#jux_accord-menu .menu_head {
background: #3F3F41;
}
#jux_accord-menu .menu_head.active {
background: #ab9243;
}

However I can't seem to find the code for changing the hover colour for menu items and also the colour of the plus and minus icons (for opening and closing menu items). Can you assist?
Last edit: 2 months 1 week ago by Sandy Mikami.

Please Log in or Create an account to join the conversation.

More
2 months 1 week ago #42366 by Jackie
Hi.
Thank you for contacting us.
To change the hover background color, you can use the custom CSS below:

#jux_accord-menu .menu_head.active:hover, #jux_accord-menu .menu_head:hover {
color: #3e5706;
background: #ab9243;
}

For the plus and minus icon, we use the background image for that icon
modules/mod_jux_accordion_menu/assets/images/arrow1.png
modules/mod_jux_accordion_menu/assets/images/arrow.png

Please recheck it.

Regards.

Best regards.
Jackie Nguyen.
The following user(s) said Thank You: Sandy Mikami

Please Log in or Create an account to join the conversation.

Moderators: Jackie
Time to create page: 0.075 seconds
Powered by Kunena Forum