Shopify themes, liquid, logos, and UX
As I said, We need to move up the testimonials Section only on Mobile.
I need this section just below the first rich text section.
This is my store link: https://gioto-1308.myshopify.com/
Solved! Go to the solution
This is an accepted solution.
Hi @Mdb_Gioto ,
Add below css to the styles.css file.
div#shopify-section-template--19215236301067__testimonials_6CjjtP {
display: none;
}
div#shopify-section-template--19215236301067__testimonials_qMrFMG {
display: block;
}
@media screen and (max-width: 768px) {
div#shopify-section-template--19215236301067__testimonials_qMrFMG {
display: none;
}
div#shopify-section-template--19215236301067__testimonials_6CjjtP {
display: block;
}
}
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
Hi @Mdb_Gioto ,
We do need to add the testimonials Section in both places and hide the show using css based on screen size.
Thank you
OK. I just created the second testimonial section, how can I hide the first one on desktop, and the second one on mobile?
This is an accepted solution.
Hi @Mdb_Gioto ,
Add below css to the styles.css file.
div#shopify-section-template--19215236301067__testimonials_6CjjtP {
display: none;
}
div#shopify-section-template--19215236301067__testimonials_qMrFMG {
display: block;
}
@media screen and (max-width: 768px) {
div#shopify-section-template--19215236301067__testimonials_qMrFMG {
display: none;
}
div#shopify-section-template--19215236301067__testimonials_6CjjtP {
display: block;
}
}
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
It worked! thank you soo much. 🙏🏻
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