Menü Color
-
Unfortunately, the background of the menu is almost white and the font is white. Only when you hover over it does a gray background appear. Is there any way I can change this?
Originally, I only wanted a menu in the sidebar in the hamburger menu, like the one on mobile devices. The submenus don’t open immediately. But that’s not possible with your plugin, is it?
The page I need help with: [log in to see the link]
-
Hi @aedilius
thanks for using my plugin and contacting me! Normally, I don’t support ‘style’ changes, but since you are such a good cause I will make an exception. The reason you are seeing white text is because of your theme that is overriding the styling for this drop-down element.
If you paste this CSS code in Appearance -> Customizer -> Extra CSS,I think you would see black text:
.widget.JP_Dropdown_Menu_widget select {
color: black;
}I hope this helps!
And for your second question, you are right. The hamburger menu is something that is different than the dropdown-menu. This is supposed to be a “select and go”, they also call it jumpmenu. It’s not a replacement for mobile navigation (but it sometimes is placed in the top of the page, when on mobile, to use it that way).
I hope I have answered your questions, and if not: please do not hesitate to ask!
Kind regards,
Jeroen Peters
your friendly-country-neighbour developer
hi @aedilius I havent heard back from you, but I see that the website is working and the menu-items are readable again with the code I provided.
I will mark the topic as resolved now (you can still reply).
If you want to do something in return for my time and support, would you please be so kind and leave a review on https://ww.wp.xz.cn/support/plugin/navigation-menu-as-dropdown-widget/reviews/#new-post
Thanks in advance!
Hi Jeroen,
I’m just the unpaid worker who’s supposed to keep the homepage up and running. Tonight, the team will decide whether they like it that way. They would have much preferred to leave the font in white and see the respective white backgrounds in maroon. I tried to trick it, but didn’t manage to.
We’ll see what happens.I hope they like it! <select> elements (like the dropdown) are hard to style. Props to you for being the unpaid worker / volunteer. I also do that at a few local foundations, it’s very rewarding. Wishing you all the best, Jeroen
The topic ‘Menü Color’ is closed to new replies.