This topic has 2 replies, 2 voices, and was last updated 10 years by Maurice.

  • Author
  • #18750
     Maurice
    Participant

    Hello,

    When user presses sign up, next to log in(top right) they are directed to “Create Acount”as in included image.
    In this field it says ” I agree with the terms and conditions” with a link to ones terms and conditions page.

    This is really great, but I would like to edit a text with extra link to another page, like

    ” I agree with the terms and conditions and privacy policy”

    Could you tell me where to edit this please?

    On this Sign is, belowe the I agree with …there is a pink coloured button with heart.
    This colour I cannot find in wp dashboard, sweetdate. Is this somewhere else located in a php folder?

    Many Thanks, your support is awesome,

    Maurice

    Attachments:
    You must be logged in to view attached files.
    #19015
     Abe
    Keymaster

    Hi @Maurice

    The register modal template is found in wp-content\themes\sweetdate\page-parts\general-register-modal.php
    The pink button can be changed by CSS

    COPY CODE
    
    .button.alert {
        background-color: #ED0058;
        border: 1px solid #ED0058;
    }
    .button.alert:hover, .button.alert:focus {
        background-color: #DE0052;
        border: 1px solid #DE0052;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #19041
     Maurice
    Participant

    Hello,

    Wonderful

    Again many thanks for all the effort,

    Maurice

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Edit Sign up Field and Pink Create My Account Button’ is closed to new replies.

Log in with your credentials

Forgot your details?