This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.

pagination size

  • Creator
    Topic
  • #25972
    sandstar
    Participant

    is there a way to make the pagination signifiers at the bottom of a blog page significantly larger? about twice the size? I am referring to the square “1” “2” “3” etc.

    Also, is there a way to add text next to pagination signifiers such as “click for next page”

    thanks!

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • #25980
    Jason Bobich
    Keymaster

    Hi,

    For CSS changes, it’s a good idea to use a tool like firebug or Google Chrome’s built-in developer tools to locate them and then put the edits either in your child theme‘s style.css or in the “Custom CSS” option on your theme options page.

    is there a way to make the pagination signifiers at the bottom of a blog page significantly larger? about twice the size? I am referring to the square “1” “2” “3” etc.

    There’s no feature for this and will be a CSS customization you’d need to make. Just increase padding and font-size.

    .pagination .btn-group .btn {...}

    Also, is there a way to add text next to pagination signifiers such as “click for next page”

    There’s no feature for this either and would only be possible through your own customization. I’m not sure how great it will look, but you can actually add text with CSS using :before and :after pseudo selectors on one of the elements there in the pagination.

    https://css-tricks.com/css-content/

    The only other way would be through filtering PHP, which will require a much more in-depth knowledge of making code customizations.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.