Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gorobey/fdd0b2a4afd7ea7937c57cd48a423e09 to your computer and use it in GitHub Desktop.
Save gorobey/fdd0b2a4afd7ea7937c57cd48a423e09 to your computer and use it in GitHub Desktop.
/*woocommerce pagination*/
.woocommerce nav.woocommerce-pagination{}
.woocommerce nav.woocommerce-pagination ul.page-numbers{}
.woocommerce nav.woocommerce-pagination ul li{}
.woocommerce nav.woocommerce-pagination ul li a{}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover{}
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment