I don’t know why but the check marks on the following page are green on the desktop (which is correct) but they are black on the mobile version. How do I make the mobile version check marks appear in the correct colour (#00ADC5) as per the desktop version (and why is this happening)?
Thanks.
https://collagenstickz.com/pages/wholesale-collagen
@CollagenQueen - looks like that you have solved your issue
Not on my phone. They’re still black.
Hi @CollagenQueen
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
I see the check marks showing green color on mobile version.
Regards,
San
Hello @CollagenQueen ,
You can try to follow these steps:
Go to Online Store → Themes → Actions → Edit code
Go to Assets folder → base.css file → add this following code at the bottom of page
@media (max-width: 767px) {
.checkmark {
color: #00ADC5 !important;
}
}
Save and preview
Hope this can help. Let us know if you need any further support.
Ali Reviews team.
Didn’t work. Is this an iphone thing? Android phones are the right colour.
This might be an iphone issue as they’re black on my phone.