Hi,
Sorry for the late reply, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top .alternate_color .mobile_menu_toggle {
color: #fff !important;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Thx a bunch Mike, works perfectly! :D
(I also found the dark purple color, corrected it.)
Thank you so much for your patience!
<EDIT> I added text in the first full width sub menu on top of the page (login and logout options). When you look at the dropdown menu, you see that you can’t read all the text on mobile (image in private content)
I’ve already used this code to be able to have multiple lines in the dropdown of the second full widht submenu:
#top .av-subnav-menu > li ul {
width: 240px;
}
What do I need to target to move only the dropdown a bit to the left, so you can read all the text? Or is there a responsive solution?
Sincerely,
Morticka
Hi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
@media only screen and (max-width: 885px) {
#menu-login-loguit #menu-item-1358 > ul {
left: -90px !important;
}
}
Then clear your browser cache and check.
Best regards,
Mike
Wonderful Mike, everything works as it should now, thank you so very much! :D
And ofcourse thx to Nikko and Yigit as well, all of you guys are the absolute A-team.
You can close this enormous thread/ticket.
Sincerely,
Morticka
Hi,
Thanks for the kind words and glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)
Best regards,
Mike