Shopify themes, liquid, logos, and UX
I want this text to not be displayed on the desktop.
how can I do that?
i want to keep the mobile text.
https://bik9qypy29ca22s3-61846847737.shopifypreview.com
Solved! Go to the solution
This is an accepted solution.
Hi @orhl1234 ,
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>
<style>
@media screen and (min-width: 768px) {
.swiper-slide--inner .slideshow-title-container {
display: none;
}
}
</style>
Please don't hesitate to reach out if you need further help optimizing or customizing your store. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
LuffyOnePiece
This is an accepted solution.
Hi @orhl1234 ,
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>
<style>
@media screen and (min-width: 768px) {
.swiper-slide--inner .slideshow-title-container {
display: none;
}
}
</style>
Please don't hesitate to reach out if you need further help optimizing or customizing your store. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
LuffyOnePiece
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn 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, 2025