Hover state for transparent-header is lost while .dark

2 replies · opened Jun 8, 2016

DdemitrewiczJun 9, 2016

I added:
css/dark.css
line 154
.dark #header-wrap:not(.not-dark) #primary-menu > ul > li > a:hover {color:#1ABC9C !important;}
unfortunatelly i had to use !important.

All the best!

SSemicolon WebSTAFFJun 10, 2016

Hello,

Please consider using the following CSS Code:

.dark #header-wrap:not(.not-dark) #primary-menu > ul > li:hover > a,
.dark #header-wrap:not(.not-dark) #primary-menu > ul > li.current > a { color: #1ABC9C !important; }

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

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
Hover state for transparent-header is lost while .dark · Canvas Template Support