This topic has 6 replies, 3 voices, and was last updated 1 years, 7 months ago ago by Steven Tay
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
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
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.
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
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
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
Tagged: best selling themes, change, font size, nich market 04, register page, sentence, woocommerce
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