Customize pagination
3 posters
Page 1 of 1
Customize pagination
(sorry on my bad english)
How to modify last page numbered link (39) to linked text "Last page".
Link as number is to small for some mobile phones users...
Tnx
How to modify last page numbered link (39) to linked text "Last page".
Link as number is to small for some mobile phones users...
Tnx
Last edited by paor on May 25th 2012, 9:00 am; edited 2 times in total
Re: Customize pagination
You could add to it with a long CSS selector lol.
This would be better than replacing it with Javascript.
This would be better than replacing it with Javascript.
- Code:
.pagination > span .page-sep:last-of-type + a:after {
content: ': Last Page';
}
LGforum- Hyperactive
- Posts : 2265
Reputation : 264
Language : English
Location : UK
Re: Customize pagination
Since this is marked solved..
Jophy
Topic Solved & Locked |
Jophy
Jophy- ForumGuru
- Posts : 17922
Reputation : 836
Language : English
Location : Somewhere
Similar topics
» pagination style
» Pagination : Load More
» Add pagination to the mobile version
» Mobile pagination: Go to first/last page
» pagination color problem
» Pagination : Load More
» Add pagination to the mobile version
» Mobile pagination: Go to first/last page
» pagination color problem
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum