Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
460 views
in Plugins by
how can i set all sentence and etc in qa as Lowercase?

2 Answers

+3 votes
by
selected by
 
Best answer

Just add this code in Admin/layout->Custom HTML in <head> section of every page:

<style>
* {
  text-transform: lowercase;
}
</style>

by
great thank you!
by
+1
Using inline CSS is not recommended. Better put that CSS snippet into the stylesheet of the theme you're using.
by
how can i do?
by
+1
Edit the file qa-styles.css in the theme folder and add the snippet from the answer (without the <style> tags).
by
okey done thank you
+1 vote
by

Thanks for this https://www.question2answer.org/qa/90514/lowercase-setting question)
I was also looking for an answer)

Welcome to the Q&A site for Question2Answer.

If you have a question about Q2A, please ask here, in English.

To report a bug, please create a new issue on Github or ask a question here with the bug tag.

If you just want to try Q2A, please use the demo site.

Categories

...