Jump to content

Looking For Some Small Help For a Beginner.


Brian Klein

Recommended Posts

I'm simply looking to add a description like the enclosed red is but put it where the 'blue' is

I just want a description just below where the 'Display Name' is to read as follows;

We recommend using your real 'First and Last' name for verification purposes.

56331c6f0fa10_registrationhelp.thumb.JPG

Please any help or insight would be greatly appreciated.

Link to comment
Share on other sites

11 hours ago, Humanastorian said:

I'm simply looking to add a description like the enclosed red is but put it where the 'blue' is

I just want a description just below where the 'Display Name' is to read as follows;

We recommend using your real 'First and Last' name for verification purposes.

56331c6f0fa10_registrationhelp.thumb.JPG

Please any help or insight would be greatly appreciated.

Could do this by using css:

In custom.css add:

[data-role="registerForm"] li#form_username div::after {
    content: "We recommend using your real 'First and Last' name for verification purposes";
    color: red;
    font-weight: bold;
    display: block;
}

register.thumb.jpg.e0d2f27e423d29b0b04a0

obviously change color to your own requirements

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...