-
Author
-
July 24, 2014 at 02:22 #23398
Model
ParticipantHi:
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.July 24, 2014 at 02:24 #23400Model
ParticipantAlso, how can I change the red button on the registration form
Attachments:
You must be logged in to view attached files.July 25, 2014 at 16:09 #23614Catalin
ModeratorHello,
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,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 28, 2014 at 13:12 #23784Catalin
Moderatorhave 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 solutionJuly 30, 2014 at 05:28 #24030Model
ParticipantYes it worked but not for the hover state. Can you help me with that also.
July 30, 2014 at 12:11 #24058Catalin
ModeratorHello,
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 -
AuthorPosts
The topic ‘How to change FORGOT YOUR USERNAME OR PASSWORD?’ is closed to new replies.

