[Resolved] Change template post navigation ('next page' – 'previous page')

Home Forums Support [Resolved] Change template post navigation ('next page' – 'previous page')

Home Forums Support Change template post navigation ('next page' – 'previous page')

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #34290
    Ben Hourahine

    Hi Tom,

    Is it possible to change this? Alter the text and / or the size?

    Currently it is quite nondescript for my site and I would like to make it bolder and more pronounced.

    http://ispycool.com/

    Currently it is ‘1,2 … 88 Next’

    I am trying to achieve a ‘Previous Post’ ‘Next Post’ look and feel, With bigger fonts and a more distinct background / border.

    Thanks again for your help.

    Ben

    #34336
    Tom
    Lead Developer
    Lead Developer

    For sure, you can use this CSS:

    .paging-navigation .nav-previous, 
    .paging-navigation .nav-next {
          display: block;
    }
    
    .page-numbers {
          display: none;
    }
    #34716
    Ben Hourahine

    Thanks Tom, worked a treat.

    #34846
    Tom
    Lead Developer
    Lead Developer

    Happy to help 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.