Hey, I want to hide this section on desktop. I already tried CSS codes but none of them work and I don’t know why, because when I tried same code on different section..it worked. The section that I want to hide is the huge ,image with overlay section".. thank you for help
It’s on the shower head product page (it’s the comparison table), theme: focal, pass: dewchi
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (min-width: 749px){
div#shopify-section-template--16993351172348__a71ff6a9-698e-4189-aa20-c68c983b3d13 {
display: none !important;
}
}
It’s not app, I made the comparison in canva and inserted the picture into text with overlay section and I just want to hide the text with overlay section on desktop.