Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
How can I make the font size on an image banner larger than the default limit specifically for desktop screens?
STORE https://timecraft.se/
Hi @edwinsoltan
Try this one.
@media only screen and (min-width: 750px){
h2.banner__heading.inline-richtext.hxxl {
font-size: 10rem;
}
.banner__box.content-container.content-container--full-width-mobile {
max-width: 100%;
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hi, it didn’t change anything. Could you please assist me further?
Im using the DAWN theme
Try to add !important, replace on this one.
@media only screen and (min-width: 750px){
h2.banner__heading.inline-richtext.hxxl {
font-size: 10rem !important;
}
.banner__box.content-container.content-container--full-width-mobile {
max-width: 100% !important;
}
}
And Save.
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025