Skip to content

Instantly share code, notes, and snippets.

@levnhub
Created March 10, 2019 10:18
Show Gist options
  • Save levnhub/750243332c0475f5990c98cc4b6bff60 to your computer and use it in GitHub Desktop.
Save levnhub/750243332c0475f5990c98cc4b6bff60 to your computer and use it in GitHub Desktop.
Wordpress Pagination CSS Style Template
// WP Pagination Style
.pagination {
// block style
.screen-reader-text {
display: none;
}
.nav-links {
// list style
.page-numbers {
// item style
&.current {
// current item style
}
&.dots { pointer-events: none; }
}
a.page-numbers {
// link style
&:hover {
// link hover
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment