How to change the button color just for slideshow?

Topic summary

Main issue: change the button color only within the Shopify slideshow, distinct from global button styling.

Solution provided: add a CSS rule in the Assets stylesheet (theme.scss.liquid) targeting “.animate-section-div a.btn.bottompad” and set a custom background-color (example: #ff0000). The original poster confirmed this successfully changed the slideshow button color.

Follow-up request: adjust specific text elements further down the page to color #003281 because they currently match the button color. Guidance for that change has not yet been provided.

Additional note: another participant using the Dawn theme cannot find the file “theme.scss.liquid,” indicating theme-specific asset differences. No alternative file path or method was shared in the thread.

Status: slideshow button color issue resolved; text color change and Dawn theme file location remain open and unanswered.

Summarized with AI on February 7. AI used: gpt-5.

Hey!

I have just started creating my shop on shopify and would need some help with the slideshow. Is there any possibility to change the button color just for the slide show (to have a different color then the basic buttons) here www.halifood.fi - the page is password protected at the moment. You can enter by clicking ‘‘Sisään’’ at the bottom of the page. The password is hoglea.

Would really appreciate any help in this matter :slight_smile: Thanks a lot in advance

Hello,

Add in at the bottom of this file theme.scss.liquid, you can find this file under Assets

.animate-section-div a.btn.bottompad {
    background-color: #ff0000;
}

Note: Change color code a/to your need.

Thanks

1 Like

It worked!!! Thanks so much Guleria! Would you have a second to help me out with one more?

If you scroll a bit down on the same page, is it also possible to change the color of these text bits which are marked? At the moment they have the same color as the buttons for some reason, but would need to be #003281.

Thanks a lot again! I will certainly contact you for all major changes needed through a job request at the end, before I set the shop live!

Best regards,

Daniel

Hi Guleria,

I have checked assets and I cant find this: theme.scss.liquid. I am using the dawn theme.