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 |
---|---|
159 | |
138 | |
74 | |
69 | |
58 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023