Shopify themes, liquid, logos, and UX
Hello everyone,
I can't figure out how to change the border color on Collections, Collection Page, and Product Recommendations from white to #faebdd. I was able to change the main background on everything else, but not these borders. I am using the Broadcast theme. Site link here. Thank you in advance!
Solved! Go to the solution
This is an accepted solution.
@RichardHuante please add code here to change color:
<style>
.collection-item__info{
background: #faebdd !important;
}
</style>
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
@RichardHuante - add this css to the very end of your theme.css file and check
.collection-item {border: 1px solid #faebdd !important;}
This is Noah from PageFly - Shopify Page Builder App
You can add code here to change border color collection:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag </head>
<style>
.collection-item {
border: 1px solid #faebdd !important;
}
</style>
Hope my solution will help you resolve the issue.
Best regards,
Noah | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Thank you for the reply. I may have referred to the wrong area. It's the white sections with titles that I am trying to change colors (Art Prints, Metal Prints, Original Art, etc.) My apologies for the confusion.
This is an accepted solution.
@RichardHuante please add code here to change color:
<style>
.collection-item__info{
background: #faebdd !important;
}
</style>
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
This worked, thank you so much!
Thank you , Have a nice day 😉 !
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
@PageFly-Noah wrote:This is Noah from PageFly - Shopify Page Builder App
You can add code here to change border color collection:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme. liquid
Step 3: Add code above the tag </head>
<style>
.collection-item {
border: 1px solid #faebdd !important;
}
</style>
Hope my solution will help you resolve the issue.
yes its works thanks you.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025