Make 'Olders Posts' and' Newer Posts' links bigger and mroe visible

  • Maciej

    #7747

    Howdy

    I recognized that link to older posts (and than to newer posts) are barely visible due to little font and grey colour. How can i change colour and make it bigger ?

    Anonymous

    #39211

    Add this to Custom CSS,

    .previous a, .next-post a {
    color: #FF0000;
    font-size: 16px;
    }

    Maciej

    #39212

    Cheers, very helpfull 🙂

    and one more question:, when i clicked on it, and it has become ‘visited link’, it goes to grey colour, can i change it somehow to stay blkac, or other colour ?

    Anonymous

    #39213
    .previous a:visited, .next-post a:visited {
    color: #000000;
    font-size: 16px;
    }

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

  • You must be logged in to reply to this topic.