Site logo

Archived topic

Blog Pagination Styling

5 replies · Started by Jay on August 27, 2018

Viewing posts 1–6 of 6

Hey Guys,

Sorry for bothering you about this, but for the life of me I cannot remember if their is control for the look of the blog archive page beyond adding CSS?

I want to adjust the look of the pagination at the bottom of this page: https://jaygoodrich.com/photographystore/pro-journal/

Cheers,

Jay G.

Hi Jay,

There isn't customizer options for styling the pagination.

It would require too many different options I think as everyone kind of want different styles.

Is there certain style you would like to achieve?

Let me know :)

Ok makes sense to me. I thought that was the case but just couldn't remember.

Was going to center it on the page, make the font larger and bolder to match the rest of what I am doing.

Try some CSS like this:

.nav-links {
    text-align: center;
    font-size: 25px;
    font-weight: 800;
}

Let me know if this helps :)

Thank you Leo! I will add and make my own!

No problem :)

This archived topic is closed to new replies.