Noticed a lot of the main headings/subheading on the Dawn theme are uppercase.
Can this be changed to lowercase? Obviously I would like to have capital letters for the start of the sentence/word
Thanks in advance
Noticed a lot of the main headings/subheading on the Dawn theme are uppercase.
Can this be changed to lowercase? Obviously I would like to have capital letters for the start of the sentence/word
Thanks in advance
@Gen-Audio You may be able to accomplish it with just a css snippet and applying an important flag to it, assuming there isn’t a different text transform with an important flag:
body {
text-transform: lowercase!important;
}
I have tried this but it doesn’t change the header menu text to lowercase
Hi @Gen-Audio ,
You can try follow the instruction below:
Go to Online Store → Theme → Edit code.
In Heading please change the text to lowercase with the first word is uppercase as you like.
If it doesn’t work. Please share your store URL and password of front view.
So that I will check and let you know the exact solution here.
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Best regards.
Sure I can get that to work.
But it is not that I am trying to change. I am looking to change the header menu to lowercase also as this does not change with the above code or suggestions
Hi @Gen-Audio ,
you can try follow the instruction below:
Go to Online Store → Navigation
Please edit name of menu item to lowercase.
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Best regards.
Yes I have tried this also. All of my menu titles are entered like so for example:
About
Shop
But still shows all uppercase in the header menu
Hi @Gen-Audio ,
Please share your store URL and password of front view.
So that I will check and let you know the exact solution here.
Best regards.