This topic has 6 replies, 2 voices, and was last updated 9 years by Model.

  • Author
  • #23398
     Model
    Participant

    Hi:

    Can you please let me know how to change “FORGOT YOUR USERNAME OR PASSWORD?” on the registration or sign in form.. I need to be able to change this to another language. I have updated all the .po files but still this doe snot get changed. Also, can you please let me know if there is another hardcoded text in english?

    Attachments:
    You must be logged in to view attached files.
    #23400
     Model
    Participant

    Also, how can I change the red button on the registration form

    Attachments:
    You must be logged in to view attached files.
    #23614
     Catalin
    Moderator

    Hello,

    Please take a look at this file:

    ..\wp-content\themes\sweetdate\page-parts\general-login-modal.php

    around line 23

    For changing the button add this code in your style.css file from your child theme:

    COPY CODE
    
    
    .button.alert {
    background-color: #xxx;
    border: 1px solid #xxx;
    }
    
    

    where xxx is the new color you want.

    Let me know if this helps.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #23784
     Catalin
    Moderator

    have you tried the code I provided?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #24030
     Model
    Participant

    Yes it worked but not for the hover state. Can you help me with that also.

    #24058
     Catalin
    Moderator

    Hello,

    You need to add this code in your style.css file from your child theme:

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

    it worked thanks!

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

The topic ‘How to change FORGOT YOUR USERNAME OR PASSWORD?’ is closed to new replies.

Log in with your credentials

Forgot your details?