Skip to content

Instantly share code, notes, and snippets.

@RiaanKnoetze
Created May 10, 2017 03:43
Show Gist options
  • Save RiaanKnoetze/1e6ca54a08c3b3b7cd35b35b2373eaaf to your computer and use it in GitHub Desktop.
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
.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