changing background colour of the dropdown menu
-
Hi,
I would like to change the background colour of the drop down menu in the main heading from white to lack using custom css. Is there a code or any other mehod i can use to achieve this.
If it helps, I have figured out how to change the header colour from white to black and also the text from black to white, using the following code sequence(s)
}
.site-header .main-header-bar {
background: rgba(0,0,0, 180);
}.main-header-menu a {
color: #000000;
}.main-header-menu a:hover {
color: #ffffff !important;
}Yet in my investigation am struggling to change the background when the menu drops down.
can what I am trying to do be done? Can somebody please help. Thank you in advance
The page I need help with: [log in to see the link]
- The topic ‘changing background colour of the dropdown menu’ is closed to new replies.