I am attempting to change the background color of the drop down menu. I tried the code mentioned in this post (https://kriesi.at/support/topic/background-color-of-drop-down-menu/?login_error) but to no avail. What am I doing wrong? Thanks for your help!
Hey!
Try adding this code to the Quick CSS:
.sub-menu a {
background: red !important;
}
Adjust as needed.
Cheers!
Josue