Shopify themes, liquid, logos, and UX
Hello,
I'm trying to change the background color of this product collection section on my home screen.
I've done it in featured product section by adding css to the section:
div {
background-color: #ffffff;
max-width: 100%;
}
However, when I do so for the Product Collection, it covers the images with white.
Any recommendations are appreciated~ My site is: thespiralpath.myshopify.com
Thank you!
Solved! Go to the solution
This is an accepted solution.
Check this one.
.collection.section-template--16845158318325__featured_collection-padding {
background: #ffff !important;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Check this one.
.collection.section-template--16845158318325__featured_collection-padding {
background: #ffff !important;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you so much!
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024