Anyone knows how to remove the “image with text” section from homepage on mobile view but remain on desktop view? theme is brooklyn
1 Like
hii, @vanessaliew
Kindly share your store URL so,
I can solve it perfectly.
Thank You.
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media only screen and (max-width: 768px){ #shopify-section-163190409125854760 .feature-row{ display: none; } }
Thanks!
hello @vanessaliew
Please provide the website URL and if your store is password protected then also provide a password So I will check and provide a solution here and
can you please share a screenshot of which section do you want to remove image with text on mobile view but remain on desktop view
hello @vanessaliew
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media only screen and (max-width: 768px){
#shopify-section-163190409125854760 .feature-row{
display: none;
}
}
1 Like