Chris Matchett

A blog to remind me how to fix stuff and other tech thoughts…

Archive for September 2009

Drupal 6 – Remove numbers from pager output

with 3 comments

Having made many attempts at trying to the remove the pager numbers through a template.php file I found the easiest solution was to add the following to my custom theme style.css.

.pager-item{
display: none!Important;
}
.pager-current{
display: none!Important;
}

It means the fix will remain even if Drupal needs updated.

drupal-logo

Written by Chris

September 19, 2009 at 7:21 pm

Posted in drupal

Tagged with