 |

JamesW
User
Jan 27, 2004, 8:40 AM
Post #1 of 3
(2073 views)
Shortcut
|
|
Changing Page Break Nav Appearance
|
Can't Post
|
|
I added the page break addon to one of our templates, works fine :-) I was just wondering how to alter the <<1|2>> etc. I am not looking to really alter what it put up just the way it looks. I see at the moment it is just picking up the css class for the contents, but I really want to give it a smaller bold font for the page nav. Can anyone point to where I would edit to change this? Thanks James
|
|
|  |
 |

Donna
Staff
/ Moderator

Jan 27, 2004, 10:08 AM
Post #2 of 3
(2071 views)
Shortcut
|
|
Re: [JamesW] Changing Page Break Nav Appearance
[In reply to]
|
Can't Post
|
|
Hi James! Good to hear from you. :) This would be modified in the pagebreak.js file itself. The easiest thing to do would just be to add a separate "class" into the <a href> tag. You can find this on line 88. Change this line to something like...
print( '<a class="page-nav" href="', urlinfo.url, '?page=', currpage); ...and you'll have it. :) I hope this helps! Let me know if you have any other questions. :) Donna
Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.
|
|
|  |
 |

JamesW
User
Jan 27, 2004, 12:36 PM
Post #3 of 3
(2068 views)
Shortcut
|
|
Re: [Donna] Changing Page Break Nav Appearance
[In reply to]
|
Can't Post
|
|
Thanks Donna, that worked fine. Cheers James
|
|
|  |
|