How many sub-domain can use License Key?
-
I have 1 domain and 1 sub-domain that can use the license key, but the second sub-domain cannot use it. Is there any way for me to use the license key for the second sub-domain?
Hello,
1 license key can be used once for the production site and once for the staging site. For the stage site activate an appropriate field – https://prnt.sc/KZnm5sseWuij and for the live site leave it as empty.
Kind Regards
Thanks, And I cannot change the color of the following two issues:
The color of the TeraWallet Plugin in Account Page (see image Tera1).
The bold clickable text (account, change password,… ) (Image2 Tera2)
Attachments:
You must be
logged in to view attached files.
Hello,
Send access to the admin panel so I can check the site settings.
Thank you in advance.
Kind Regards
Hello,
1. That white color comes from the Plugin’s CSS – https://prnt.sc/uZS694X44GYB and it’s not something related to the theme. Try to use the code below for help:
body .woo-wallet-sidebar ul li.card,
body .woo-wallet-my-wallet-container .woo-wallet-sidebar {
background: inherit;
}
Define it in Theme Settings -> Custom CSS.
2. Change the links color in THeme Settings – https://prnt.sc/pDAvTUXXu8Mo
Clear the cache and check how it works.
Kind Regards
2. I changed Links Color, clear the cache, but still not working
Help me! Please login and help me change the color -> rgb(64,224,208)
Hello,
Please disable the server cache and let me know.
I await your response.
Kind Regards
Sorry for the late reply, I don’t know how to clear the server cache. Could you help me? I’m not familiar with servers and I’m afraid of making mistakes if I do it wrong
Hello,
Paste the code below in Theme Settings -> Custom CSS. Then check how it works and let me know.
.woocommerce-account a {
color: rgb(64,224,208);
}
Kind Regards
The “image AF” also changes the color of some other parts.
Attachments:
You must be
logged in to view attached files.
Hello,
Please replace the above code with the below one:
.woocommerce-account p a {
color: rgb(64,224,208);
}
Kind Regards
Well done. Big thanks!
I hope you have a great day <3
Hello,
You are welcome! Always remember that you can reach out to us with any questions you may have.
Wish you all the best.
Kind Regards
The topic ‘How many sub-domain can use License Key?’ is closed to new replies.