This topic has 6 replies, 2 voices, and was last updated 1 years, 12 months ago ago by Rose Tyler
Hi Dear,
Q1 – I need to change mobile menu hover colur. how to do it.
https://i.postimg.cc/fbWq6Xn9/image.png
colour should be #000099 in all menu items. when the drop down icon clicked colour changed.
Q 2 – what is the way to change drop down icon in manu ?
https://i.postimg.cc/FFd41tfB/image.png
Thank you.
Hello,
1/ use the next custom CSS code:
div.mobile-menu-content .et_b_header-menu .menu li > .nav-sublist-dropdown:not(.nav-sublist), div.mobile-menu-content .et_b_header-menu .menu li > ul:not(.nav-sublist-dropdown):not(.nav-sublist), div.mobile-menu-content .et_b_header-menu .menu li > .nav-sublist > ul {
opacity: 1;
}
.et_b_header-menu .nav-sublist-dropdown .item-link:hover, .site-header .widget_nav_menu .menu > li > .sub-menu a:hover, .site-header .etheme_widget_menu .nav-sublist-dropdown .item-link:hover {
opacity: 1;
color: red;
}
2/ By default, there is no option to change mentioned icons.
Regards
check this screenshorts also.
https://postimg.cc/gallery/h7hXcDy
I need change colour thease drop down also. ( it shoud be blue, with out opacity
Please add !important; here https://prnt.sc/l8TjmRQ3NaaZ , you will get
div.mobile-menu-content .et_b_header-menu .menu li > .nav-sublist-dropdown:not(.nav-sublist), div.mobile-menu-content .et_b_header-menu .menu li > ul:not(.nav-sublist-dropdown):not(.nav-sublist), div.mobile-menu-content .et_b_header-menu .menu li > .nav-sublist > ul {
opacity: 1 !important;
}
Regards
Thank you so much. It’s done.
You’re welcome!
Regards
The issue related to '‘How to change mobile menu hover colour ?’' has been successfully resolved, and the topic is now closed for further responses