Shopify themes, liquid, logos, and UX
On mobile view, the feature collection buttons are all blank apart from the top one. Anyone able to help?
Solved! Go to the solution
This is an accepted solution.
Hii
Got it. Can you please replace this line with this one color: rgb(var(--color-button-text)); and let me know if it works
In base.css line no. 1212
Hi @peakclo , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks
Hii @peakclo
I'm able to see the buttons, can you please let me know where exactly we're facing this issue?
If you access it on your phone you will see its blank
I checked both by inspecting and on your mobile, and your feature collection buttons are not blank; they are perfectly fine.
This is an accepted solution.
Hii
Got it. Can you please replace this line with this one color: rgb(var(--color-button-text)); and let me know if it works
In base.css line no. 1212
Hello, @peakclo , I have checked your website, but the error you are mentioning is not showing on my end.
Check it out then let me know
Use our Big Bulk Discount app to boost your sales!(https://apps.shopify.com/big-bulk-discount). Easy to set up and perfect for attracting more customers with bulk discounts. Try it now and watch your revenue grow!
Thank you
Double check using your mobile phone and you will see
I also checked in my mobile it's working there
It seems the issue is only on Safari on mobile. For some reason, the text of the button is white and it blends with the background. To fix this, you'd have to add a line of CSS code in /assets/component-card.css.
You need to find this block of code around line 137:
.card__information {
grid-row-start: 2;
padding: 1.3rem 1rem;
}
And below it, add the following code:
.card__information button {
color: #000;
}
We can help you with this fix if you need it. We'll just need access to your store. Just let us know if this is the case.
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025