I am currently using the Taste theme and i am having issue with the buttons in the slideshow.
For some reason by default everything, heading - subheading -button background, is white, unless you check the show container box, wich is not the route i would like to take since it covers the image of said slideshow.. I somehow managed to be able to change the heading text color in the code editor in the section “slideshow.liquid” but that was pretty much useless since that’s not what i am trying to change the color of lol, but maybe i’m on the right path? Maybe not? If anyone could point me in the right direction it would be greatly appreciated!
Welcome to shopify community.
Please share your store URL and if your store is password protected then please provide password too.
Thank you.
You can change color of button from your Customize > Themes > Settings > Colors but will change background color of whole buttons on your store.
Or you can add CSS to change the color of that button only, replace #333 with your color
.slideshow__slide .banner__buttons .button { background-color: #333 !important; }
The first way you suggested of changing the button color through “Theme >Setting >Colors” was not what i was looking for, since this would only work when the option " Show container" on desktop was selected.
HOWEVER, you second solution did exactly what i needed it to do! I put the code at the end of the “base.css” file and its working (not sure if there was a better place for it but it worked).
Thanks !
