This topic has 4 replies, 3 voices, and was last updated 4 years, 1 months ago ago by Olga Barlow
Hi, on mobile,
I want to control the colors of the submenus, they have an opacity that I can’t find it in CSS.
Can you please help?
thank you
Hello,
Do you mean this color on hover https://prnt.sc/usw8uw ?
https://prnt.sc/usw98x
.et_b_header-menu .nav-sublist-dropdown .item-link:hover {
opacity: 1;
color: red !important;
}
Regards
Hi,
yes, that one and the other submenus, but on the mobile version.
Hello,
Use the following code to remove the opacity
.et-mini-content .menu li a:hover, 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 > .nav-sublist > ul {
opacity: 1;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up