Comments 2CigdemGD started the conversationAugust 18, 2019 at 7:43pmHi,we'd like to change the all-uppercase heading setting to what we decide while writing. So, CSS shall be neutral. We couldn't find this in theme settings.Thank you already for your answer. 1,558Laborator repliedAugust 19, 2019 at 9:41amHi CigdemGD,Add this CSS to Custom CSS to set the headings to normal case: h1, h2, h3, h4, h5, h6 { text-transform: none; } Best regards,Laborator Team Documentation Join Kalium Users Group 2CigdemGD repliedAugust 20, 2019 at 5:46amThank you very much.And how could we neutrelize also menu items about being upper-/lowercase?Thank you aleeady for your answer! 1,558Laborator repliedAugust 20, 2019 at 7:52amHi again,Add this for the menu: header.site-header ul.nav li a, header.site-header div.nav>ul li a { text-transform: none !important; } Best regards,Laborator Team Documentation Join Kalium Users Group CigdemGD replied privately 1,558Laborator repliedAugust 27, 2019 at 7:34amHi there,I have changed the uppercase areas to normal, if you see other places where you want to change the uppercase to normal please let me know.Best regards,Laborator Team Documentation Join Kalium Users Group 2CigdemGD repliedSeptember 23, 2019 at 7:27pmDear Laborator crew: I just found out two more places to set to lowercase (i need them stay neutral, same as i enter) They are on the product detail page: 1) the path line and 2) additional info tab ingredients I'd be happy if you'd provide the codes to let them stay neutral. Best regards. 1,558Laborator repliedSeptember 24, 2019 at 7:49amHi there,I have added some CSS to Custom CSS and they are in normal case now.Best regards,Laborator Team Documentation Join Kalium Users Group 2CigdemGD repliedSeptember 25, 2019 at 6:41amThank you! :) Sign in to reply ...
Hi,
we'd like to change the all-uppercase heading setting to what we decide while writing. So, CSS shall be neutral. We couldn't find this in theme settings.
Thank you already for your answer.
Hi CigdemGD,
Add this CSS to Custom CSS to set the headings to normal case:
Best regards,
Laborator Team
Thank you very much.
And how could we neutrelize also menu items about being upper-/lowercase?
Thank you aleeady for your answer!
Hi again,
Add this for the menu:
Best regards,
Laborator Team
Hi there,
I have changed the uppercase areas to normal, if you see other places where you want to change the uppercase to normal please let me know.
Best regards,
Laborator Team
Dear Laborator crew:
I just found out two more places to set to lowercase (i need them stay neutral, same as i enter)
They are on the product detail page:
1) the path line and
2) additional info tab ingredients
I'd be happy if you'd provide the codes to let them stay neutral.
Best regards.
Hi there,
I have added some CSS to Custom CSS and they are in normal case now.
Best regards,
Laborator Team
Thank you! :)