'Older Posts'/'Newer Posts'

  • ipoppedoff

    #1983

    Hello,

    I was wondering if there was a way to edit the ‘Older Posts’ / ‘Newer Posts’ at the bottom of the site? Specifically formatting the font, size, color, etc. Currently I feel the ‘Older Posts’/’Newer Posts’ are too small and could be leading to an increase of my bounce rate. Many thanks!

    ipoppedoff

    #17997

    Any help would be appreciated!

    Anonymous

    #17998

    Try the wp-pagenavi plugin available through wordpress. I use it and it’s not bad. It gives you pages, rather than using the text “older posts/newer posts”.

    Mod

    Kenneth John Odle

    #17999

    Firebug tells me it’s #previous and next-post, so add something like this to your custom CSS or child theme stylesheet:

    #previous, #next-post {
    font-size:18px;
    }

    changing the size to what you would like, and adding other formatting options that you would like.

    Ken

Viewing 4 posts - 1 through 4 (of 4 total)

  • You must be logged in to reply to this topic.