Shopify themes, liquid, logos, and UX
As of now, I have two products, and I want each to have each own unique background. How do I proceed?
Page: notedot.no
Pass: lit
1
2
Solved! Go to the solution
This is an accepted solution.
Use alternate templates and custom css settings
https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css
Then in each products specific template find out the CSS selectors for either the entire pages background (the <body> tag) or the content area for the product.
body {
background-image: url("https://interactive-examples.mdn.mozilla.net/media/examples/lizard.png");
}
or
#MainContent {
background-image: url("https://interactive-examples.mdn.mozilla.net/media/examples/lizard.png");
}
https://developer.mozilla.org/en-US/docs/Web/CSS/background-image
Save time & money ,Ask Questions The Smart Way
Confused? Busy? Get the solution you need paull.newton+shopifyforum@gmail.com
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Buy Paul a ☕ Coffee for more answers or donate to eff.org
This is an accepted solution.
Use alternate templates and custom css settings
https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css
Then in each products specific template find out the CSS selectors for either the entire pages background (the <body> tag) or the content area for the product.
body {
background-image: url("https://interactive-examples.mdn.mozilla.net/media/examples/lizard.png");
}
or
#MainContent {
background-image: url("https://interactive-examples.mdn.mozilla.net/media/examples/lizard.png");
}
https://developer.mozilla.org/en-US/docs/Web/CSS/background-image
Save time & money ,Ask Questions The Smart Way
Confused? Busy? Get the solution you need paull.newton+shopifyforum@gmail.com
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Buy Paul a ☕ Coffee for more answers or donate to eff.org
User | RANK |
---|---|
228 | |
174 | |
65 | |
52 | |
48 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023