Text color settings of previous & next posts / more archive articles
-
There is probably a simple answer to this question but I cannot find it. In Display options, I can change the colors of MOST of the settings I want to customize but there appears to be a couple of areas that has been present. I am guessing it is in a CSS file but I am not sure which section to look at.
The color of the links to previous and next posts are too hard to see. The text font is very close in color to the background color.
Also, when there are many blog posts in a category, when viewing the archive, the number of posts exceeds the 1 page limit and there is a link on the bottom to look at prior articles. That link is also hard to see and people miss it because the text color is too similar to the background color.
Can someone point me in the right direction. Still loving Graphene. Thanks.
For the previous and next article links (above the post), you can use this css:
#previous, #previous a, #previous a:visited, #next-post, #next-post a, #next-post a:visited {
color: #FF0000;
}Just change the hex color to whatever you like.
Can you post a link to a page where you are wanting to adjust the other color?
Mod
there is a link on the bottom to look at prior articles
I just found out yesterday that those links use the same ID’s Josh mentioned above, so implementing Josh’s solution will take care of both of your problems.
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
