• Hello,

    Is it possible to change the section “S’enrgistrer” to change the name of this section?

    Thanks a lot

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Do you only want to change the Register text or wanted to customize the registration forms?

    That is part of the woocommerce.
    You can do that by overriding the template. The template you want to override is this one – \wp-content\plugins\woocommerce\templates\myaccount\form-login.php

    https://woocommerce.com/document/template-structure/

    Thread Starter cyril370

    (@cyril370)

    Hello

    Thanks for you answer

    I want only change the register text, but I don’t see the php file “my account” in the woocommerce directory.

    Thanks

    Hello,

    Then you can try below CSS code.

    .woocommerce .owp-account-links .register .owp-account-link:before {
        content: "New Text";
        font-size: 50px;
    }
    .woocommerce .owp-account-links .register .owp-account-link {
        font-size: 0;
    }

    PS- Change the “New Text” with your own text.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘possibility to change the “register” section?’ is closed to new replies.