Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
301 views
in Plugins by

When I use  Pixel n Grain - Light Version - L1.1 and I set that users can ask questions, such sentence appears :

 

Please log in or register to answer this question.

The links in that sentence are unseen because they have the same color with the background as you can see :)

How can I change the color of those links only?

Thank you

 

1 Answer

+1 vote
by

add below class to stylesheet

 

h2 a, h2 a:visited {
    color#D1E7FF !important;
    font-weightnormal !important;
}

 

...