builtbywill / booklet

jQuery Plugin - display web content in a flipbook
http://builtbywill.com/booklet
Other
292 stars 109 forks source link

Change page number css #30

Closed TakingItCasual closed 10 years ago

TakingItCasual commented 11 years ago

I want to customize the CSS of the page numbers. Is there something I missed in the documentation? If not I'd like instructions for what to modify in the booklet source file.

builtbywill commented 10 years ago

If you look in jquery.booklet.latest.css you can find the .b-counter class which is used for the page numbers.

You should be able to apply your own styling on this class as desired.