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
Hi, can you share store Url?
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 tag and add the following code above 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!
Thank you it worked! im unsure though how to change the background or the slides themselves to images i have downloaded
