Shopify themes, liquid, logos, and UX
Hi. I would like to change the background colour if the text banner in a slideshow (Dawn theme), but ONLY on one of the slides (and without altering the theme colors).
Would that be possible?
Solved! Go to the solution
This is an accepted solution.
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css / section-image-banner.css and paste this at the bottom of the file:
.slideshow__text.banner__box.content-container.content-container--full-width-mobile.color-inverse.gradient.slideshow__text--center.slideshow__text-mobile--center {
background-color: red!important;
}
.slideshow__text-banner-slide--1 {
background-color: red;
}
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
This is an accepted solution.
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css / section-image-banner.css and paste this at the bottom of the file:
.slideshow__text.banner__box.content-container.content-container--full-width-mobile.color-inverse.gradient.slideshow__text--center.slideshow__text-mobile--center {
background-color: red!important;
}
Thanks a lot, that worked very well!
Ellen
Thank you for your response. It's good to know that it's worked for you. Kindly feel free to get back to me if you need any further assistance.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025