Engineer theme sub nav colors


On this website, the sub menus are all white and do not have an option to change with a hover.

Is there a quick bit of CSS I can add to make the hover color change?

TIA
peg

Yup!

Add the following code to the CSS tab in the site settings, you’ll just need to update the hex code for the colour.

.nav-link:hover {
background: #4EAD94 !important;
}
1 Like

Beautiful, thank you Dan, that worked like a charm.

That’s great to hear — Happy Weaving!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.