Where can I find the folowing sentence: "Before proceeding, please check your question was not asked already:" in PHP files (I want to put it in bold and red).
Thanks.
You can do that by using css instead of doing that in Core php files. Just paste the code below to your theme CSS file.
.qa-ask-similar-title{
font-weight: bold;
color: red;
}
I hope this help.
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.