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:
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!
