• Resolved eslunite

    (@eslunite)


    I used the code from this post to show the page nav at the bottom for a split post but the output is just html I think and looks bad. I saw on the website for the code their nav looks really nice, grey boxes. I would like to know how to do that.
    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi eslunite. Can you post a link to your site showing the navigation you added? Thanks.

    Thread Starter eslunite

    (@eslunite)

    Hi
    Here is the link

    I know it would be better if it appeared above the social stuff and author bio but just having it look better is more important at the moment

    Try this in your child theme style.css:

    /* set pagination to bold */
    article p:last-child {
      font-weight: bold;
    }
    
    /* pagination anchor tags normal font with background */
    article p:last-child a {
      color: #000;
      background-color: #eee;
      font-weight: initial;
      padding: 0 7px;
      margin: 0 1px;
    }
    Thread Starter eslunite

    (@eslunite)

    what can I say… awesome, thank you
    Thanks for the support and I will be making a donation as your theme is great and so is your support

    Well, thanks for the kind words but it’s not my theme; it was created by Alexander Agnarson. I just help out on the forums here when I have some spare time.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Split post page css for the page nav 1,2,3 etc…’ is closed to new replies.