Site logo

Archived topic

Change or Remove Archive "NEXT" and "PREVIOUS" Text

1 reply · Started by Chandan Prasad Sahoo on April 29, 2021

Viewing posts 1–2 of 2

After applying your CSS, the number navigation looks like this with, ← Previous and Next Text.
gp navigation

But, I want the archive navigation to look like
Number Navigation

Hi there,

You could try this CSS:

.paging-navigation .next,
.paging-navigation .prev {
    font-size: 0;
}

.paging-navigation .next span,
.paging-navigation .prev span {
    font-size: initial;
}
This archived topic is closed to new replies.