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
how to add a background image behind the sphere rotating on my homepage of website https://swawe.store/
Hello @attackon
Here is the HTML and CSS you can add to the sphere section:
<div class="background-image">
<div class="container">
<div class="sphere"></div>
</div>
</div>
<style>
.background-image {
background: url('<Enter your background-image URL>');
background-repeat: no-repeat;
background-size: cover;
}
</style>
Hope this works.
Thank you!
where to add this code?
Hello @attackon ,
Inside your theme files (Go to Online Store > Themes > Actions > Edit code) where that section will be created, also if you don't understand, please share access we will do it for you.
Thank you !!