Menu Module Sub-Menu Text Color

Menu Module Sub-Menu Text Color, Border Color, Spacing

Using the solution from the post above, I’m able to change the text-color (on hover) in my sub-menu, but the normal text-color does not change. Here’s my CSS:

.all-header-menu ul.sub-menu li a {
color: #32563;
}

.all-header-menu ul.sub-menu li a:hover {
color: gray;
}

Again, the hover color does change, but not the normal text color.

Hi,

Can you provide a link to your site, please.

Unfortunately I’m building the site on localhost, so I have no link to share.

Try by targeting: .fl-builder-content .all-header-menu .sub-menu > li > a
Also, your color miss a character: color: #32563?;