Hi all,
I'm wondering how to capitalize the first letters in the text in my site below:
I'm using the theme named "Supply"
I went through Edit Language to see how to edit but it seems coded:
I've looked through all instances where the text exists in the theme and the first letters are both capitalized. The website is currently not live. Let me know if anyone can assist!
Thank you,
Gio
Solved! Go to the solution
Hi @Gio715,
This is also possible through css.
Please share your store url. I will share some css code for this.
Please share your website password. You can DM me.
Thanks!
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.section-header--right {
text-transform: capitalize;
}
Hope this helps.
Thanks!
User | Count |
---|---|
811 | |
117 | |
93 | |
87 | |
71 |