Older Posts link text

  • dnourie

    #3794

    Is there a way I can make the text of the Older Posts link text at the bottom of article pages larger and a different color? Can I do this by adding a bit of code to the Custom CSS box?

    Thank you!

    Mod

    Kenneth John Odle

    #26002

    Yes, it is. Use Firebug to find the appropriate codes or post a link to page where these older posts are. I couldn’t find any in the three posts I looked at.

    dnourie

    #26003

    If you scroll to the bottom of this page: http://www.secularbuddhistassociation.com/category/podcasts/

    and look on the left side at the bottom, there is the Older Posts link. But it’s hard to see, and I think a lot of people will miss it. I did for awhile.

    Anonymous

    #26004

    Here is the code being used currently:

    #previous, #previous a, #previous a:visited, #next-post, #next-post a, #next-post a:visited {
    color: #929292;
    font: 12px tahoma;
    text-decoration: none;
    }

    You can modify the color and font, and reinsert the code into your child theme style.css file, or into the custom css box via the admin graphene options page.

    dnourie

    #26005

    Thank you!

    Anonymous

    #26006

    You’re welcome.

    (Marking as Resolved)

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

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