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. 🙏🏻
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024