Shopify themes, liquid, logos, and UX
In the Shopify Dawn theme, I'd like each slide in the slideshow section to have its own unique background color Scheme
Hi @Hamzaameen ,
Would you mind to share your URL website? with password if its protected. Thanks!
Can you please share me the solution without website URL, if possible
Creating a unique color scheme for each slide in a presentation can add visual interest and help differentiate different sections or topics. Most presentation software, such as Microsoft PowerPoint or Google Slides, allows you to customize the color scheme for individual slides. Here's how you can achieve this:
Microsoft PowerPoint:
Google Slides:
Customizing Colors Individually (Advanced): If you want even more control over the color scheme of individual slides, you can manually adjust the colors of the elements on each slide. This involves selecting and changing the colors of text, shapes, backgrounds, etc., independently on each slide.
Remember that while using unique color schemes can make your presentation visually appealing, consistency is also essential for maintaining a professional look gowing time. Try to strike a balance between uniqueness and coherence throughout your presentation to create an engaging and visually pleasing experience for your audience.
Hello @Hamzaameen ,
You can try to follow these steps:
Go to Online Store -> Themes -> Actions -> Edit code
Go to Assets folder -> base.css file or theme.css file
Add this following code at the bottom of page
.slide-1 {
background-color: #ff0000;
}
.slide-2 {
background-color: #00ff00;
}
.slide-3 {
background-color: #0000ff;
}
Replace .slide-1, .slide-2, and .slide-3 with the actual class or ID names of each slide
Save changes
Hope this can help.
Transcy
I want each slide to have a different color scheme, just like how the slideshow content box have their own unique colour scheme in each slide. These color schemes should be changeable for each slide, so I can easily pick and adjust any color inside the Shopify admin panel
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024