Background color for the dropdown menu
-
For the dropdown menu for the business side of the website (the homepage doesn’t have it) I am using a reusable block (because we need two separate menus so idk) and I’m trying to get the dropdown menu to get a different colour.
I know nothing about making websites or coding this is my first time doing anything like this, so if you know what I could add to make it the colour 3fe8bf it would be appreciated. Also, if you know, where do I add the code to?
Thanks!The blog I need help with is: (visible only to logged in users)
-
Hi! Do you mean like this?
.has-child .wp-block-navigation__container {
background-color: #3fe8bf;
}You would put that under Customize > CSS, then publish the changes. Let us know if that does the trick for you!
- The topic ‘Background color for the dropdown menu’ is closed to new replies.