Skip to content

Instantly share code, notes, and snippets.

/my-account.css Secret

Created June 20, 2016 06:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/7f88dc0510f531551f47a19781dc8018 to your computer and use it in GitHub Desktop.
Save anonymous/7f88dc0510f531551f47a19781dc8018 to your computer and use it in GitHub Desktop.
/* Woocommerce Customer Dashboard
--------------------------------------------- */
.woocommerce-MyAccount-navigation-link {
list-style: none !important;
}
@media only screen and (max-width: 800px) {
.woocommerce-MyAccount-navigation-link {
display: inline-flex !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment