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

Hello, excuse my English, I looked everywhere, I use the default theme, I do not know where I can change the color of links in sidebar that I have marked in the image attached.

Thanks

 

1 Answer

0 votes
by
good to learn how css works... there's lots of info on the Internet.  Stackoverflow.com is a good place to start.

This should work, for example:

.qa-sidepanel a {

     color:LightGoldenRodYellow;

}
by
Hello, the problem is not learning how to use CSS, I changed the colors to most of the theme but I can not find how to change the link indicated in the picture, I can not find a matching in CSS.
by
That's because there is no matching css.  You have to use something similar to what I used above.  Does the above code not work for you?
by
No, if I put that code changes color throughout the text.
If you look at the links on the sidebar in "green theme" is a different color, as it did?
by
Solved: in CSS add code color to: qa-nav-cat-link
But there are still others, I only did the links in the sidebar.
...