Re: Need help with Product card border and text colors

Solved

Need help with Product card border and text colors

dboyxx
Excursionist
13 0 11

Hello all, 

Does anyone know how to have different colors on product cards for the border and text? By default, it seems both are tied together. 

I would like to keep the orange border but have white text as I feel that would be easier on the eyes with the black background.

 

 

Thank you 🙂

 

 

Screenshot_28-5-2024_104424_hyperdrivecollectorzone.com.jpeg

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
10036 2386 3012

This is an accepted solution.

My fault I only add on specific feature collection. Repalce for this one. 

 

.collection .card__information * {
    color: white;
}
.center.collection__view-all.scroll-trigger a {
    color: white;
}

 

And Save. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 8 (8)

Made4uo-Ribe
Shopify Partner
10036 2386 3012

Hi @dboyxx 

Would you mind to share your store URL? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
dboyxx
Excursionist
13 0 11
Made4uo-Ribe
Shopify Partner
10036 2386 3012

Thanks for the info, check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.collection.section-template--22038170632486__4e0d6666-39ae-4415-936a-539ef39fe653-padding .card__information * {
    color: white;
}
.center.collection__view-all.scroll-trigger a {
    color: white;
}

 

And save. 

result:

Made4uoRibe_0-1716916845002.png

Note: I also include the view all button to white. Let me know if not necessary so i can edit the codes.

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
dboyxx
Excursionist
13 0 11

Thank you. That did work for the first Featured set on the home page. I would love to actually apply it to all of the product cards on the site if possible. All the featured sets, all the product cards when you click on any of the categories, etc. 

 

Appreciate the hard work!

Made4uo-Ribe
Shopify Partner
10036 2386 3012

This is an accepted solution.

My fault I only add on specific feature collection. Repalce for this one. 

 

.collection .card__information * {
    color: white;
}
.center.collection__view-all.scroll-trigger a {
    color: white;
}

 

And Save. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
dboyxx
Excursionist
13 0 11

Thank you so much! Looks so much better on the eyes 😁

suyash1
Shopify Partner
10698 1319 1697

@dboyxx - can yo please share this page link?

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
dboyxx
Excursionist
13 0 11