[Resolved] Replicate Imprint bottom navigation on blog archive

Home Forums Support [Resolved] Replicate Imprint bottom navigation on blog archive

Home Forums Support Replicate Imprint bottom navigation on blog archive

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1469501
    Hector

    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

    #1469619
    Leo
    Staff
    Customer Support

    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 πŸ™‚

    #1469636
    Hector

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

    #1469908
    Leo
    Staff
    Customer Support

    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 πŸ™‚

    #1469915
    Hector

    Thank you Leo! it worked perfectly πŸ‘

    #1469938
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

    #1504219
    vara prasad

    how to increase size of bottom navigation number size “← Previous 1 2 3 Next β†’”

    #1504407
    David
    Staff
    Customer Support

    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.

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