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.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025