changing menu list colors

3 replies · opened Nov 22, 2016

IivanpossNov 22, 2016

I want to change the color of the primary menu-

I have figured out how to change the color via hover (which is something i wanted too):

style type=text/css >
#primary-menu .current a:hover {
color: red
}
</style>

But I also want to change the color of the entire menu- right now its set at the template default of green- I would like to change all to Black. How would I do this?

IivanpossNov 22, 2016

I think this worked:

#primary-menu ul li.current > a {
color: black;
}

SSemicolon WebSTAFFNov 24, 2016

Hello,

Please consider using the following CSS Code:

#primary-menu ul li:hover > a,
#primary-menu ul li.current > a { color: #HEX; }

This will definitely work fine. Let us know if we can help you with anything else or if you find any further issues.

IivanpossNov 25, 2016

Thank you

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard