How do I change border colors in the Broadcast theme?

Topic summary

A user needed to change border colors from white to #faebdd on Collections, Collection Page, and Product Recommendations in the Broadcast theme, while keeping other background customizations intact.

Initial Solutions Offered:

  • Adding CSS code to theme.css file targeting .collection-item elements
  • Inserting custom code in theme.liquid file above the </head> tag

Resolution:
The issue was clarified when the user posted an image showing they actually wanted to change the white section backgrounds containing collection titles (Art Prints, Meta Prints, Original Art, etc.), not borders. PageFly-Noah provided markup code to add to the theme files, which successfully resolved the issue.

Status: Resolved. The solution was confirmed working by both the original poster and another community member who had the same question.

Summarized with AI on November 10. AI used: claude-sonnet-4-5-20250929.

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!

@RichardHuante - add this css to the very end of your theme.css file and check

.collection-item {border: 1px solid #faebdd !important;}
1 Like

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


Hope my solution will help you resolve the issue.

Best regards,

Noah | PageFly

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.

@RichardHuante please add code here to change color:


1 Like

This worked, thank you so much!

1 Like

Thank you , Have a nice day :wink: !

1 Like

Hope my solution will help you resolve the issue.

yes its works thanks you.