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.

Hope my solution will help you resolve the issue.

yes its works thanks you.