Skip to content

Instantly share code, notes, and snippets.

@RiaanKnoetze
Created May 2, 2017 03:32
Show Gist options
  • Save RiaanKnoetze/6d6f162a58d51e2a23adb926cd6ce44b to your computer and use it in GitHub Desktop.
Save RiaanKnoetze/6d6f162a58d51e2a23adb926cd6ce44b to your computer and use it in GitHub Desktop.
Change main navigation icon in mobile view when using Storefront theme
body .main-navigation ul li a:before {
content: "\f192";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment