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
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