Hey,
Can somebody help me changing the font size of my product title on my product page?
If I do changes within the theme, it would only change the size on desktop not on mobile.
I guess, I would have to make changes in the code.
Thanks in advance!
1 Like
@eut1326
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! 
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
@eut1326
can you please try this code
- Go to Online Store->Theme->Edit code
- Asset->/styles.css ->paste below code at the bottom of the file.
@media only screen and (max-width: 480px) {
.product_name {
font-size: 24px;
}
}
I tried the code and it didn’t work unfortunately.
Hi! I tried this on and it didn’t work. Any other suggestions. I have the correct font size on desktop but I can’t find anything that will change the font size on mobile. Thanks!