Shopify themes, liquid, logos, and UX
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 |
---|---|
71 | |
65 | |
65 | |
53 | |
50 |
We're excited to announce improvements to the threaded messaging experience in our communi...
By TyW May 31, 2023Thank you to everyone who participated in our AMA with Klaviyo. It was great to see so man...
By Jacqui May 30, 2023Photo by Marco Verch Sales channels on Shopify are various platforms where you can sell...
By Ollie May 25, 2023