-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to remove the default class of .pagination
?
#21
Comments
Thanks for reporting this. I’ll try and get round to adding an option to override the ‘pagination’ class soon. |
I have a solution for this. |
When i add code |
+1 |
Is this still open? I'm still getting two pagination classes. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm removing the page numbers, and adding a class of
.pager
like this:However, because it's automatically adding the
.pagination
class as well, I'm getting some funkiness.I don't have a live example, but here's how it looks with first
.pager .pagination
and second with just.pager
Thanks in advance :)
The text was updated successfully, but these errors were encountered: