Shopify themes, liquid, logos, and UX
To continue receiving payouts, you need to secure your account by turning on two-step authentication. If two-step authentication is not turned on your payouts will be paused. Learn more
I changed my code to get a background image on my Ride theme. Everything is working but I got 2 issues. Firstly, the mobile display is working fine, but on an actual phone, the background does not look the way I want it to. The images show the problem. mobile modus
actual phone
Secondly, my menu is transparant due to the fact that my whole page is transparent with the background image. I want my menu to be in color, and the rest transparent. menu problem
I guess both are coding issues. I hope someone can help me out asap!!
Solved! Go to the solution
This is an accepted solution.
Hi @xanderspelt,
Because the background image doesn't support fixed for IOS so if you want this to work well background image will repeat.
Go to Assets > base.css and paste this at the bottom of the file:
@media screen and (max-width: 749px) {
body.gradient {
background-attachment: initial !important;
background-repeat: repeat !important;
}
}
This is an accepted solution.
Hi @xanderspelt,
Because the background image doesn't support fixed for IOS so if you want this to work well background image will repeat.
Go to Assets > base.css and paste this at the bottom of the file:
@media screen and (max-width: 749px) {
body.gradient {
background-attachment: initial !important;
background-repeat: repeat !important;
}
}
User | RANK |
---|---|
115 | |
87 | |
71 | |
65 | |
46 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022