This topic has 3 replies, 2 voices, and was last updated 1 years, 6 months ago ago by creativesite
Hi Rose,
Where could I set the Typography to Normal (not Uppercase)?
Thank you, Barbara
Hello @creativesite,
To change the title of my account element in the header to lowercase, please copy and paste the following CSS code into XStore >> Theme Options >> Theme Custom CSS >> Global CSS and then clear your browser cache to view the changes.
The code should look like this: https://postimg.cc/1VR1RbQR
#header .login-link.account-type1 a span.et-element-label {
text-transform: lowercase !important;
}
Best Regards,
8Theme’s Team
Hi Tony,
thank you.
I used:
#header .login-link.account-type1 a span.et-element-label {
text-transform: none !important;
}
because I wanted to have Normal typography, without any upper or lowercase, but thank you, it looks good now 🙂
Tagged: my account, normal case, templates, typography, uppercase, woocommerce, wordpress
The issue related to '‘My account title typography to Normal, not Uppercase’' has been successfully resolved, and the topic is now closed for further responses