Site logo

[Support request] pagination for GP custom page template

Home Forums Support [Support request] pagination for GP custom page template

Home Forums Support pagination for GP custom page template

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2306273
    yuuta4ds

    H!

    How can i do to customize the pagination symbol → to >

    #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: ">";
    }
    #2306372
    yuuta4ds

    previous not changes

    #2306375
    Fernando
    Customer Support
    .next.page-numbers span, .prev.page-numbers span  {
        display: none;
    }
    
    .next.page-numbers:after {
        content: ">";
    }
    
    .prev.page-numbers:before {
        content: "<";
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.