Shopify themes, liquid, logos, and UX
Hello ,
I have an issue with The heading and subheading on my slides , these titles on my slides are too big for the mobile version but it's perfect on desktop . I just want to know how to modify modify the heading and subheading of my slides on the mobile version only so that it's smaller and it's sizes can be more adapted to mobile and the slides ...
I thank you in advance for you response
Solved! Go to the solution
This is an accepted solution.
Hi @Sohayl67
To modify the heading and subheading size for mobile on your slides, you can add custom CSS that targets only mobile devices. Here’s an example:
@media (max-width: 768px) {
.slide-heading, .slide-subheading {
font-size: 20px; /* Adjust this size as needed */
}
}
This will apply smaller font sizes to the headings and subheadings on mobile devices. Adjust the font size according to your preference.
If you have other questions, I am willing to answer them more.
Best regards,
Daisy
This is an accepted solution.
Hi @Sohayl67
To modify the heading and subheading size for mobile on your slides, you can add custom CSS that targets only mobile devices. Here’s an example:
@media (max-width: 768px) {
.slide-heading, .slide-subheading {
font-size: 20px; /* Adjust this size as needed */
}
}
This will apply smaller font sizes to the headings and subheadings on mobile devices. Adjust the font size according to your preference.
If you have other questions, I am willing to answer them more.
Best regards,
Daisy
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