Slideshow customization

Solved

Slideshow customization

LifestyleTech
New Member
6 0 1

Im trying to add images to the slideshow as well as change the color of the text boxes within each slide from tan to white

 

Accepted Solution (1)
LizHoang
Shopify Partner
807 94 124

This is an accepted solution.

Hi BellesandBells


You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

 

.slideshow__text.slideshow__text--left {
    background: #fff !important;
}

 

 

Result: 

LizHoang_0-1738764475343.png

 

Best,
Liz

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program

View solution in original post

Replies 5 (5)

LizHoang
Shopify Partner
807 94 124

Hi, can you share store Url?

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
LifestyleTech
New Member
6 0 1
LizHoang
Shopify Partner
807 94 124

This is an accepted solution.

Hi BellesandBells


You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

 

.slideshow__text.slideshow__text--left {
    background: #fff !important;
}

 

 

Result: 

LizHoang_0-1738764475343.png

 

Best,
Liz

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
LifestyleTech
New Member
6 0 1

Thank you it worked! im unsure though how to change the background or the slides themselves to images i have downloaded

B2Bridge
New Member
66 5 8

I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code
2/ Search for "theme.liquid" file
3/ Open the file and search for </head> tag and add the following code above </head> tag

 

Here is the code for Step 3:

{% style %}
.slideshow__text.banner__box {
    background-color: #fff;
}
{% endstyle %}

Please let me know if it works. Thank you!

 

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.