I have a rich text which appears on my home page. It looks good on desktop view but I'd like to remove it on mobile view. How can I do this?
Solved! Go to the solution
Please share your website URL and password if any. I will check and provide a solution here.
Thanks!
Do you want to remove this from mobile?
Let me know.
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.scss.liquid file.
@media only screen and (max-width: 749px){
div#shopify-section-featured-content { display: none; }
}
Hope this helps.
Thanks!
User | Count |
---|---|
395 | |
204 | |
129 | |
46 | |
42 |