Hi!
I have customized the dawn theme. I have hardcoded colors in a custom.css file, but I want to be able to change it from the user side.
Any tips on how would I add an additional color “Accent 3” under Theme Settings > Colors?
I have several specified pieces of CSS code that I would want it to affect.
For example…
/* Styles “Most Loved Items” collection title on the homepage, icon titles on the homepage, “From the blog” title on the homepage, and blog article h2 */
.title, .multicolumn-list h3, .blog__title.h1, .blog__title.h2, .blog__title.h0, .article-template__content > h2 {
color: #877159;
}
/* Styles header text when overlapping */
.image-with-text–overlap .h1, .image-with-text–overlap .h2, .image-with-text–overlap .h0 {
color:#877159;
}
/* Styles collection heading “Popular Collections” */
.collection-list-title {
color: #877159;
}
You can see the site at: https://isla-theme.myshopify.com
Password: demo
Thanks in advance for the help!
Erika