Registration page changes

This topic contains 7 replies, has 2 voices, and was last updated by  Al Sommer 4 years, 3 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #526563

    Al Sommer
    Expired Member
    Post count: 27

    GD Support Team,

    I attempted to make these changes myself within UsersWP on Registration tab but no luck. There are a couple things I’d like to change, see the attachment.

    1) I’d like to remove the word ‘Register’ and bring the rest of the page upwards (which it may do by itselt once the word ‘Register’ is removed).

    2) I’d like to change the words from “I Accept Terms and Conditions” to “I am at least 18 years of age and have read and accept the Terms and Conditions”. How can I change these words?

    Thanks again,
    Al

    #526577

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    Register text can be hidden with this CSS:

    
    
    
    .uwp_widgets.uwp_widget_register h3.card-title {
        display: none;
    }
    

    There isn’t an option to change the TOS text at this time. Please post that topic here and the developers will look into the possibility: https://userswp.io

    In the future please post UsersWP support questions to https://userswp.io/support/

    You can use the same account to login

    Thanks

    A

    #526600

    Al Sommer
    Expired Member
    Post count: 27

    Perfect! Thank you.

    #526615

    Al Sommer
    Expired Member
    Post count: 27

    Alex – I tried to remove the Login text from the login screen (similar to the Register text). I added the same CSS and to follow the same pattern but no luck.

    See the screenshot. I thought it might be as simple as changing the word “register” to “login”.

    Can you also provide the CSS to remove the Login text?

    Thank you,
    Al

    #526752

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
    #526882

    Al Sommer
    Expired Member
    Post count: 27
    This reply has been marked as private.
    #526903

    Alex Rollin
    Moderator
    Post count: 27815

    OK try this one:

    
    
    
    .uwp-login-class h3.card-title {
        display: none;
    }
    
    #526910

    Al Sommer
    Expired Member
    Post count: 27
    This reply has been marked as private.
Viewing 8 posts - 1 through 8 (of 8 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket