Shopify themes, liquid, logos, and UX
I am trying to change the font size on my product pages using Capital theme. I would like the font to be smaller and use lowercase letters. Below is a clip of one of my product pages. Thank you!
Solved! Go to the solution
This is an accepted solution.
Perfect! One more question, the regular code does not work with this theme because I have to use the "theme.liquid"?
Hey @just14days,
Can you share the preview link to your store? Thanks!
https://just14days.com/?_ab=0&_fd=0&_sc=1
I have an IP blocker, if you need me to remove it, please let me know. Thank you for the quick response!
Oh yes please, could you temporarily remove it?
Ok, done.
Whoops, need the store password too. Could you share it or just remove it also. Thanks!
Hey @just14days,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
I don't know if you purposely made the letter spacing bigger, but if you didn't I normalized that.
If you want it to stay, just remove the whole line that says 'letter-spaing: normal !important;'
2.5rem is the font size, change it however you'd like.
<style>
h1#product-title,
h3.product--item-title a {
text-transform: none !important;
letter-spacing: normal !important;
}
h1#product-title {
font-size: 2.5rem !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
This is an accepted solution.
Perfect! One more question, the regular code does not work with this theme because I have to use the "theme.liquid"?
What do you mean by regular code?
I normally say use theme.liquid because everyone definitely has that file, if it's the css files, then I don't know whether your file is base.css or style.css or theme.css. So instead of playing the guessing game, I use theme.liquid instead.
Thank you so much!
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025