Home › Forums › Support › pagination for GP custom page template This topic has 3 replies, 2 voices, and was last updated 3 years, 7 months ago by Fernando. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts August 7, 2022 at 7:45 pm #2306273 yuuta4ds H! How can i do to customize the pagination symbol → to > August 7, 2022 at 9:55 pm #2306318 Fernando Customer Support Hello there, You can try adding this CSS in Customize > Additional CSS: .next.page-numbers span { display: none; } .next.page-numbers:after { content: ">"; } August 7, 2022 at 11:18 pm #2306372 yuuta4ds previous not changes August 7, 2022 at 11:20 pm #2306375 Fernando Customer Support .next.page-numbers span, .prev.page-numbers span { display: none; } .next.page-numbers:after { content: ">"; } .prev.page-numbers:before { content: "<"; } Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In