skip to Main Content

Css – Style element and ::before on hover

I'm trying to use CSS to make the text "Permits Required" and the ::before pseudo-class turn red - the ::before contains an icon. .knHeader__menu-list-item:hover::before { color: #aa0003 !important; } .knHeader__menu-list-item:hover { color: #aa0003 !important; } <li class="knHeader__menu-list-item"> ::before <a href="#permits-required"…

VIEW QUESTION
Back To Top
Search