Hello community
I would like that when a user of my forum goes to edit / modify her signature, there is a mention indicating that only registered users can see the signature, so that it looks more or less like this:
I remain attentive to your responses.
Best regard.
You can do that with CSS
#wpforo #wpforo-wrap .wpf-field-name-signature .wpf-label.wpfcl-1::after {
content: "(your text)";
font-size: 10px;
color: #ff0000;
margin-left: 5px;
}
Hello again.
This is not working very well.
Part of the text is hidden behind the text area:
And also when I reduce the browser window the text goes out of the box:
An alternative that I propose is to edit the text that says "Firma" in the PHP that generates it, and place all the text that you want there. But as I say it is only a proposal.
Could you please help me.
Thank you.
Could someone help me please.
Thanks for your help @Tutrix.
Put fewer words, but more nevertheless a small part of this text is hidden behind the text area:
But I'm going to leave it at that.
Thank you again for your help.