Nich Market 04 – How to change Font Size and Sentence at Register Page

This topic has 6 replies, 3 voices, and was last updated 1 years, 1 months ago ago by Steven Tay

  • Avatar: Steven Tay
    Steven Tay
    Participant
    March 20, 2023 at 03:14

    Hi,

    Good day to you.

    I need help as in how and where can I change the font size at Register Page.

    Please and kindly refer to Private content area for Screenshot.

    Thank you very much.

    Steven Tay

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    March 20, 2023 at 07:46

    Hello, Steven Tay,

    1,3. Please copy and paste the following CSS code to XStore >> Theme Options >> Theme Custom CSS >> Global CSS. After clearing the browser cache, the result should look like the image provided (https://postimg.cc/xNk4Pm7G). You can adjust the values in the code as needed.

    .woocommerce-account .wcfmmp_become_vendor_link a {
        font-size: 20px !important;
        color: #fff !important;
    }
    .woocommerce-account .wcfmmp_become_vendor_link {
        background-color: #000 !important;
        border: 1px solid #000 !important;
        border-radius: 20px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        text-align: center !important;
    }

    2. If you want to change that word or translate it, you have to change/translate it into the multivendor plugin language files which you are using on your site, you can use the loco translate the plugin to translate it.

    We hope this helps.

    Best Regards,
    8Theme’s Team

    Avatar: Steven Tay
    Steven Tay
    Participant
    March 20, 2023 at 13:12

    Hi Tony,

    Good day to you.

    Fantastic, after added your custom CSS it worked perfectly.

    Thank you very much Tony as always for your great help.

    Steven Tay.

    Avatar: Steven Tay
    Steven Tay
    Participant
    March 20, 2023 at 13:25

    Hi Tony,

    My apology for asking you for help again.

    It worked just now and now it is Not working anymore as in Become a Vendor Font size goes back to previous original small size. I did not touch anything and I even clear all caches.

    Both PC view and Mobile view No longer work.

    Can you please help me to check again.

    Thank you very much Tony.

    Steven Tay

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 20, 2023 at 14:37

    Hello, Steven Tay,

    Please change the code to:

    .woocommerce-account .wcfmmp_become_vendor_link a, 
    .woocommerce-form-register .wcfmmp_become_vendor_link a {
        font-size: 20px !important;
        color: #fff !important;
    }
    .woocommerce-account .wcfmmp_become_vendor_link,
    .woocommerce-form-register .wcfmmp_become_vendor_link {
        background-color: #000 !important;
        border: 1px solid #000 !important;
        border-radius: 20px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        text-align: center !important;
    }

    Kind Regards,
    8theme team

    Avatar: Steven Tay
    Steven Tay
    Participant
    March 20, 2023 at 15:46

    Hi Rose,

    Good day to you.

    Yes it is ok now and I sincerely thank you very much for your great help.

    Thank you very much Rose as always.

    Steven Tay

  • Viewing 6 results - 1 through 6 (of 6 total)

The issue related to '‘Nich Market 04 – How to change Font Size and Sentence at Register Page’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.