Jump to content

Looking For Some Small Help For a Beginner.

Featured Replies

Posted

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.

Your image is broken

  • Author

@Zanderwar I have corrected the image.

I will check for you now and see if it's possible via a template

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

  • Author

Thank you good sir! you have been an added friend, it is hard to find quality help when it is needed, I really thank you for taking the time out of your day to help you as you have .

  • Author
19 hours ago, RADStudios said:

I will check for you now and see if it's possible via a template

thanks @RADStudios, @steve00 gave me a small bit of code that seems to do the job. thanks both of you.

  • Author
Just now, RADStudios said:

Thanks @steve00 - Hadn't gotten around to it yet.

Best of luck @Humanastorian

Thanks @RADStudios, I appreciate the help you gave me, I also spoke with maketo (sp), for doing the work on the request I made, he is deep working now , your advice is helpful and you are insightful

Archived

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

Recently Browsing 0

  • No registered users viewing this page.