Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Pagination Reply To: Pagination

#155706
LlewellynCollins
Participant

Hi spyrosjevan not to sure if I understand exactly what you need, but if you want to make a style change to pagination on one page, you can add a unique class to the pagination item and add specific change to the unique class. Not sure if this helps.

.pagination{
/*original css*/
}
.unique-pagination{
/* add diffrent css */
}