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?
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.
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.
#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.
This free Support Forum relies on contributions from our support staffs and fellow Graphene themes users. While we endeavour to provide adequate and timely support, due to its voluntary nature responses are not guaranteed and may be delayed.
If you require urgent assistance, you may like to consider our Priority Support option.