Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
394 views
in Q2A Core by
Hello friends,

I need to customize text color of my "Users" tab.

Where is this option? I need to change style.css?

Thank you!!!!

Regards,
Q2A version: 1.6 beta

1 Answer

0 votes
by
In css file add this...
 
.qa-nav-main-user .qa-nav-main-link{
color:#f00; //change to your choice
}
...