older post

  • Posted in : Bloggy WP
  • martianmasai
    Participant

    Hello, I’d like to have the older posts tab centered and remove the arrrow. Thanks

    ahmetsali
    Keymaster

    Hi, you can try this custom css code;

    .blog-posts .navigation {
        text-align: center;
    }
    .blog-posts .nav-previous a:first-letter {
        font-size: 0;
    }
    .blog-posts .nav-next a {
        font-size: 0;
    }
    .blog-posts .nav-next a:before {
        font-size: 13px; content: "Newer Posts"; display: inline-block; padding: .6em 1.2em;
    }
    
    martianmasai
    Participant

    Thanks it worked

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register