This topic has 4 replies, 2 voices, and was last updated 4 years, 9 months ago ago by Olga Barlow
Hello,
we have the opacity in mobile dopdown menu that change when we open the submenu.
We need to remain the same opacity of the main menu (default opacity 1).
How can i change it ? There is some options that can i set for doing this functionality ?
The image below is showed the situation.
https://ibb.co/g7fXH0f
Thank you.
Best regards
Alessandro.
Hello,
Add the following code to child theme syle.css to remove 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
The issue is resolved.
Thank you very much for your collaboration.
Thank you.
Best regards.
Alessandro.
You are welcome.
Regards
You must be logged in to reply to this topic.Log in/Sign up