How do I change border colors in the Broadcast theme?

Solved

How do I change border colors in the Broadcast theme?

RichardHuante
Tourist
6 0 3

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_0-1713149997000.png

 

Accepted Solution (1)
PageFly-Noah
Shopify Partner
1317 233 281

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.

View solution in original post

Replies 7 (7)

suyash1
Shopify Partner
10700 1321 1698

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

.collection-item {border: 1px solid #faebdd !important;}
Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

PageFly-Noah
Shopify Partner
1317 233 281

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.

RichardHuante
Tourist
6 0 3

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_0-1713152945186.png

 

PageFly-Noah
Shopify Partner
1317 233 281

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
Tourist
6 0 3

This worked, thank you so much!

PageFly-Noah
Shopify Partner
1317 233 281

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.

zubidobi
Visitor
2 0 0

@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.