hello , i want to change the font size of my product title to make it a bit smaller
my theme is dawn, website url is www.rosella-elegance.com , password is mechaw
A user wants to reduce the font size of product titles on their Shopify store (theme: Dawn, URL: www.rosella-elegance.com).
Solution provided:
.product__title h1 {
font-size: 3rem;
}
The solution includes a before/after screenshot showing the reduced title size. The helper requested feedback by marking the solution and giving likes if it resolves the issue.
hello , i want to change the font size of my product title to make it a bit smaller
my theme is dawn, website url is www.rosella-elegance.com , password is mechaw
Hi @ads18922
Try this one.
.product__title h1 {
font-size: 3rem;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!