Created
May 10, 2017 03:43
-
-
Save RiaanKnoetze/1e6ca54a08c3b3b7cd35b35b2373eaaf to your computer and use it in GitHub Desktop.
Hide the page icon on the mobile menu when using WooCommerce's Storefront theme
This file contains hidden or 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 li a:before { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment