Hi, I need some help with changing the background color of the slideshow section in the “DAWN” theme.
When I use
{ background-color: #000; }
in the custom CSS field, the background changes to black as expected. However, I have no idea how to set a linear gradient for this section, since the theme doesn’t allow me to change the color scheme at all.
Here’s the definition of the scheme I found in the source code:
Here’s a clean, step-by-step solution you can use in the Dawn theme to add a custom gradient background and change dot + arrow colors for your slideshow section — all without breaking theme settings
Step 1: Add custom CSS in base.css
Go to Online Store → Themes → Edit code → assets/base.css
and add this at the bottom of the file:
I followed your instructions.
The arrows and dots are working—they already have a different color.
The problem is with the area around the slideshow.
I opened the webpage, pressed F12, found the section with the slideshow (see the image), copied “26981874663769” and replaced YOUR_SECTION_ID with it, which gave me:
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. If helpful, please like all posts.