How can I change the background colour of the drop down menu? Now the background is white and because of the choosen font colour, the items are not visible anymore…
Any idea yet? I have a dark background with white font. Only the submenu boxes have a white background as well. I suppose it should be changed by a css code?
Our Support Team missed your Topic.
Yes please go to ‘Appearance > Customize > Design Option > Custom CSS’ and paste the below Custom CSS code.
#access ul li ul,
#access ul li ul li a:hover,
#access ul li ul li:hover a,
#access ul li.current-menu-item ul li a:hover {
background-color: #333333;
}
You can change the color code to any desired color code.