How to remove these words?
-
When a customer wants to regist as a user,these words will show.How to remove them?
Go to this link https://www.choierled.com/my-account/ and click the REGISTER.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .login-form-footer {
display:none;
}
Best Regards
It is still showing.See the picture below
Attachments:
You must be
logged in to view attached files.
Hello,
Please clear the site and browser cache, I do not see this line now: https://gyazo.com/fd58eb980761b09d72f78d3ad2450d3e
If you have any questions please feel free to contact us.
Best Regards
Click the register.You will see it.
Attachments:
You must be
logged in to view attached files.
Hello,
Add this code:
body .mc4wp-checkbox-wp-registration-form{
display:none;
}
If you have any questions please feel free to contact us.
Best Regards