Decrease Font Size of the Product Title for Craft Theme

Hello All,

I’m reaching out for some assistance with the Craft theme on my store. Specifically, I’ve been trying to decrease the font size of the product titles but haven’t had success so far.

I’ve tried a few methods, including adjusting the CSS files, but it seems I might be missing something or not targeting the right element. If anyone has experience with this particular theme and can guide me on how to effectively change the product title font size, I would greatly appreciate it!

Thank you in advance for your time and expertise.

Hi,

Can you share your store url

Hi @Lucy5134

Please go to your Online store > Themes > Edit code > Assets, open base.css file and add this code at the bottom

h1.product__title { font-size: 26px !important }

thanks!

Hi Dan,

Thank you for the detailed instructions. We followed them and added the code to the base.css file as you suggested. However, we’re still unable to decrease the font size of the product title in the Craft theme. Any further guidance would be greatly appreciated.

Please change code to this

.product__title h1 { font-size: 26px !important }

Hi Dan, We just tried the new code, but it doesn’t seem to work either.

Hi, it works but you can make your product title smaller by changing 26 to 24

.product__title h1 { font-size: 24px !important; font-weight: normal !important; }
1 Like

Fantastic, it worked! I truly appreciate your assistance!

1 Like

You are very welcome, @Lucy5134

в каком низу? в низу чего? в самом низу ?

Spotlight theme