Hi,
i have a mega menu on my website https://jobhero.eu/, but on mobile i cannot scroll the menu and the background colors are not same like on my normal website. Can you please help?
2. How i can make it so this ‘▾’ in the mega menu get white after hover?
Thanks and regards
Lukas
Hey lzanoza,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
.html_stretched #wrap_all {
overflow:hidden !important;
}
}
The icon is white in hover, do you want it to be white all the time?
If you need further assistance please let us know.
Best regards,
Victoria
Thanks you. I need
1. When you go on mibile version, the mega menu has a green background. I would like to have it in this color how the other menu items are. (at moment it is green)
2. In the mega menu I would like to have the icon white on hover (at moment it is on hover green)
Thanks
Hi lzanoza,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#mobile-advanced a:before, #mobile-advanced span a:before {
color: #ffffff;
}
Not sure I understand point 1.
If you need further assistance please let us know.
Best regards,
Victoria