Hi – I used this CSS (below) to change my drop down menu font and background colors, but on the page where I’m currently visiting that link, the color is going back to white, as seen here in the drop down menu: http://newsite.stormwindcreative.com/website-design/ How do I fix this so the text is black?
/* submenu text color */
.x-navbar .desktop .sub-menu a {
color:black;
}
.x-navbar .desktop .sub-menu a:hover {
color:black; /* submenu text color on hover */
background:#f3f3f3; /* submenu item background color on hover */
}