Change background color of dropdown menu
- The topic ‘Change background color of dropdown menu’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
I have a small issue with my dropdown menu (named “Carnet de Lectures”) on my homepage. The background of the dropdown menu appears black with white text and orange lines, which I find a bit odd. Is there any way to change the colors of that menu?
Thanks!
The blog I need help with is: (visible only to logged in users)
Hi there – this looks like an issue with the custom colours on the theme. I’ll ask the wordpress.com team to take a look and fix this.
Thanks for your quick reply!
Hi there! I see what you mean! I’ve reported the random orange bits to the theme developers so they can check into updating the custom colors set for the theme.
In the meantime, if you add the following in Customize > CSS you can remove the orange/make it all black:
.masthead-wrapper .menu ul li li {
background: #000;
border: 0px;
}
(It worked when I tested it, but let me know if you notice anything strange.)
We’ll update you here on the issue as soon as we’ve got more info! :)
Thank you! The code works perfectly :-)