Hello, Sup team!
I want to hide Collection sections on Mobile.
Could you help me guide though?
*Site page is written in Japanese.
URL : https://maaha-chocolate.shop/
Pass : Gentei
Solved! Go to the solution
Can you provide a screenshot of which section you would like to hide on mobile?
This will help.
Thanks!
Please add the following code at the bottom of your theme.scss.liquid / timber.scss.liquid / stylesheet.css / theme.css ( which is in your assets folder )
@media screen and (max-width: 768px){
.featured-products-wrapper{ display: none; }
}
Hope this helps.
Thanks!
theme.scss.liquid / timber.scss.liquid / stylesheet.css /
I couldn’t find above 3 in asset.
Should I add?
Which file you have in assets folder?
Please add the code in theme.css file. Please check if that works. If not then try to put on custom.css file at the bottom.
Thanks!
This is an accepted solution.
Please accept as a solution. It will help others.
Thanks!
User | Count |
---|---|
455 | |
190 | |
137 | |
61 | |
36 |