Created
April 24, 2018 09:20
-
-
Save RiaanKnoetze/fa28d8e7d715ef4deb23a1e12b1f8e5d to your computer and use it in GitHub Desktop.
Change Main Navigation submenu background colour on hover when using Storefront
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.main-navigation ul.menu ul li:hover>a, | |
.main-navigation ul.nav-menu ul li:hover>a { | |
background-color: #ff2b71; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment