Hello
I am using Dawn theme and trying to make my website more good looking so I wanted to keep few sections on Laptop/Desktop but hide on Mobile in same way wanted to keep few sections visible on Mobile view but hide on laptop / dekstop so could you please help me how can I do that.
Thank you
Please share your store URL and password. So that I will check and let you know the exact solution here.
Feel free to reach out if you have any questions or need assistance.
Best Regards,
DWS.
Here is my store URL and there is no password
https://reflectionlingerie.com/
Moeed
January 31, 2025, 8:39am
4
Hey @reflectionlinge
Can you share your store URL and tell me that which section would you like to hide for desktop and which section would you like to hide for mobile?
Best Regards,
Moeed
Please let me know, Which section you want to show on the desktop and hide from the mobile?
if you say I can give you coloborator access for faster and easier for you.
Moeed
January 31, 2025, 8:48am
10
Hey @reflectionlinge
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello My Dear,
Could you help with same for this page also : https://reflectionlingerie.com/pages/join-our-wait-list
Please update that CSS you put it into the “theme.liquid”.
@media screen and (max-width: 767px) {
section#shopify-section-template--24084645118235__image_banner_zcAPxt,
section#shopify-section-template--24189296738587__image_banner_bL3yRd {
display: none !important;
}
}
@media screen and (min-width: 768px) {
section#shopify-section-template--24084645118235__image_banner_Pk4MU3,
section#shopify-section-template--24189296738587__image_banner_9FhWiP {
display: none !important;
}
}
Feel free to reach out if you have any questions or need assistance.
Best Regards,
DWS.