Liquid, JavaScript, themes, sales channels
Website https://chaman-tienda.myshopify.com/
password homedev@091421
Hi, I would like to change the background color on Featured Collections (called Store / Tiende)
I tried adding the following to theme.css but it isn't working and I can't find the section id in settings_data.json
#shopify-section-feature-columns {
background-color: #009d94 !important;
h2, h3, p {color: #fdde00;
}
#shopify-section-16317740379738394c {
background-color: #009d94 !important;
h2, h3, p {color: #fdde00;
}
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hi @chaman,
Please change the code as below:
#shopify-section-collection{
background-color: #009d94 !important;
}
#shopify-section-collection h2,
#shopify-section-collection h3,
#shopify-section-collection p{
color: #fdde00 !important;
}
Hope it helps!
If you find my answer helpful for you, please mark it as a solution. Thank you and good luck.
This is an accepted solution.
hello @chaman
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
#shopify-section-collection{
background-color: #009d94 !important;
}
#shopify-section-collection h2,#shopify-section-collection h3,#shopify-section-collection p{
color: #fdde00 !important;
}
I also want to change the font color fo the headers but that isn't working on either of the sections.
This is an accepted solution.
Hi @chaman,
Please change the code as below:
#shopify-section-collection{
background-color: #009d94 !important;
}
#shopify-section-collection h2,
#shopify-section-collection h3,
#shopify-section-collection p{
color: #fdde00 !important;
}
Hope it helps!
If you find my answer helpful for you, please mark it as a solution. Thank you and good luck.
This is an accepted solution.
hello @chaman
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
#shopify-section-collection{
background-color: #009d94 !important;
}
#shopify-section-collection h2,#shopify-section-collection h3,#shopify-section-collection p{
color: #fdde00 !important;
}
Thanks everyone. That worked!
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022