Cant change text and size of older posts

  • hugefails

    #493

    I cant change the font size and the color of the older posts link on the bottom of my page…www.hugefails.com

    i was just wondering how to do this. Thanks so much for the help!

    Admin

    Syahir Hakim

    #12693

    How did you manage to change them in the first place?

    hugefails

    #12694

    I dont think i did, its always been gray at the bottom where it says older

    Admin

    Syahir Hakim

    #12695

    Since you’re using an older version of the theme, you’d need to use child theme to safely modify the colour without losing the modification the next time you update.

    Insert this code into your child theme’s style.css file:

    #previous, #previous a, #previous a:visited, #next-post, #next-post a, #next-post a:visited {
    color: #929292;
    }

    Change the colour value to whatever colour you want.

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

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