Hello,
I would like to change the color of the text on the images to a white color. Is there anyone who can help me with this?
link store: https://muselabel.nl/
A Shopify store owner using the Sense theme needed to change text color on collection images to white.
Solutions Provided:
Two community members offered CSS-based solutions:
</body> tag.collection-list .card-wrapper .card__content .card__heading a with color: #fff;Outcome:
The issue was successfully resolved. The original poster confirmed one of the solutions worked, marking the thread as solved.
Hello,
I would like to change the color of the text on the images to a white color. Is there anyone who can help me with this?
link store: https://muselabel.nl/
Hey @Muselabel
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @Muselabel ,
You can follow these steps to make the effect
Open Online Store > Theme > Edit Code
Find and open the base.css (or theme.css, custom.css) file
Paste the code snippet below at the bottom of the file and hit save
.collection-list .card-wrapper .card__content .card__heading a {
color: #fff;
}
Here is the result
Hope this helps you solve the issue.
Please don’t forget to Like and Mark it as an Accepted Solution if you find this helpful. Thank you!
thank you! It worked
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.