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

I want to add a background image to this pagewhere sphere is rotating

I want to add a background image to this pagewhere sphere is rotating

attackon
Explorer
117 0 21

how to add a background image behind the sphere rotating on my homepage of website https://swawe.store/Screenshot 2024-07-04 at 20.23.42.png

Replies 3 (3)

oscprofessional
Shopify Partner
16407 2444 3196

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!

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
attackon
Explorer
117 0 21

where to add this code?

oscprofessional
Shopify Partner
16407 2444 3196

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 !!

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...