Shopify themes, liquid, logos, and UX
Hi wonderful community,
I just got the stiletto theme, and the product title heading size is very small on mobile (desktop is in proportion).
Where would I look to change this in theme file? Or does anyone have some code to add I can play around with the sizing? For mobile only.
password glow123
TIA
Solved! Go to the solution
This is an accepted solution.
Go to Online store > Themes > Edit code > open theme.liquid file, add this code below after <head> element
<style>
@media (max-width: 749px) {
.fs-heading-4-base { font-size: 24px !important; }
}
</style>
- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
This is an accepted solution.
@missjewellee - please add this css to the very end of your theme.css file and check
@media screen and (max-width:749px){
.product__title{font-size: 24px; line-height: 32px;}
}
This is an accepted solution.
Hello @missjewellee 👋
In Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
@media (max-width: 959px) {
.product__title {
font-size: 24px !important;
}
}
The result
Hope that helps!
This is an accepted solution.
Hello @missjewellee
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width:767px){
h1.product__title.ff-heading.fs-heading-4-base.fs-heading-3-base-ns {
font-size: 33px !important;
}
}
</style>
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
This is an accepted solution.
Go to Online store > Themes > Edit code > open theme.liquid file, add this code below after <head> element
<style>
@media (max-width: 749px) {
.fs-heading-4-base { font-size: 24px !important; }
}
</style>
- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Thank you so much I ended up using your code 🙂
would you know if it is possible to centre the product options for everything above the buttons? (Product title, price, quantity selector) If possible with this theme? Thanks a bunch!
This is an accepted solution.
@missjewellee - please add this css to the very end of your theme.css file and check
@media screen and (max-width:749px){
.product__title{font-size: 24px; line-height: 32px;}
}
This is an accepted solution.
Hello @missjewellee 👋
In Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
@media (max-width: 959px) {
.product__title {
font-size: 24px !important;
}
}
The result
Hope that helps!
This is an accepted solution.
Hello @missjewellee
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width:767px){
h1.product__title.ff-heading.fs-heading-4-base.fs-heading-3-base-ns {
font-size: 33px !important;
}
}
</style>
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024