Site logo

Archived topic

Replicate Imprint bottom navigation on blog archive

7 replies · Started by Hector on October 2, 2020

Viewing posts 1–8 of 8

Hi, I recently purchased GP Premium and would like to know how I can style the navigation of the blog archive using CSS to look like this from Imprint.

GP 3 rc1
GP Premium 1.12.1

Hi there,

Any chance you can link us to the site in question?

You can use the private information field.

It will help me to nail down the CSS easier.

Let me know :)

Sure, here it is. Let me now if you need admin access.

Try this:

.nav-links {
    text-align: center;
}
.nav-links .page-numbers {
    line-height: 1em;
    padding: 5px 8px;
}
.paging-navigation .nav-links .current {
    background-color: #ebe9eb;
    color: #8a7e88;
}
.nav-links a.page-numbers:hover {
    background-color: #ebe9eb;
    color: #8a7e88;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

Let me know if this helps :)

Thank you Leo! it worked perfectly 👍

No problem :)

how to increase size of bottom navigation number size "← Previous 1 2 3 Next →"

Hi there,

try this CSS:

.nav-links {
   font-size: 18px;
}

If you need further help with this please raise a new topic where you can share a link to your site.

This archived topic is closed to new replies.