Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

Where I can change the color of sidebar category links?

0 votes

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

 

asked Nov 14, 2011 in Q2A Core by vsanswers

1 Answer

0 votes
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;

}
answered Nov 15, 2011 by NoahY
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?
Solved: in CSS add code color to: qa-nav-cat-link
But there are still others, I only did the links in the sidebar.