02/06/2015 at 12:07 pm
#318645
Keymaster
@ dean535
re: with the slim plus template, is it possible to have the alphabet letters at the top which would allow someone to skip to the last name starting with that letter?
Yes, this feature is available to all templates, even the free ones with Connections. Go to the Connections : Settings admin page. Click the Display tab. Enable the Character Index option.
re: Also how can I enlarge the page number links at the bottom of the pages?
You can use CSS to enlarge them.
#cn-page-nav a, #cn-page-nav .page-numbers {
font-size: 24px !important;
}
Hope that helps!