Home Forums WoodMart support forum How to remove these words?

How to remove these words?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #457009

    handy
    Participant

    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.
    #457277

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .login-form-footer {
    display:none;
    }

    Best Regards

    #457305

    handy
    Participant

    It is still showing.See the picture below

    Attachments:
    You must be logged in to view attached files.
    #457627

    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

    #457628

    handy
    Participant

    Click the register.You will see it.

    Attachments:
    You must be logged in to view attached files.
    #457657

    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

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