Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hey guys,
This is driving me crazy and I can't seem to find a solution. I'm using the Effortless theme and no matter what I do I can't add a working media query! i have tried everything, including adding my media queries in the theme file! All my other CSS works perfectly. Is there something the theme authors have added? I'd ask them but I've tried contacting them twice with no luck. For instance, the little red guy in the newsletter section is supposed to disappear at 1216px (just testing to see if it will work). Display:none;. Nothing. As a matter of fact, no media queries that I've done work, yet there are media queries that the authors wrote that do! what am I doing wrong? someone please provide an explanation. They just will not work on the screen sized specified. Thanking you in advanced!
preview: https://the-mighty-luchador.myshopify.com/?_ab=0&_fd=0&_sc=1
pass: luch
L
Hi, @rezerekted
Can you please send image what you have to edited in specific screen
It’s on the preview. The head in the newsletter sign up “senior fuego”. Thanks!
Hi @rezerekted
Check this one.
@media only screen and (min-width:1216px){
div#template--21415014629649__1650380133cbca88b1 {
display: none;
}
}
change it on curly bracket, and delete unnecessary codes.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thanks man!
Hopefully this will work. I will try each thing and let you know. Thanks again!