Shopify themes, liquid, logos, and UX
Hello,
The variants text colors are black on black background on mobile device, so it's not visible.
How to I modify this, my theme is Debut Theme.
Please see the screenshot.
Hello @neonfactory , when I view on mobile, I still see text show normal: https://prnt.sc/r3bIeWiWqnJy
you can check my image
I think it's about the size of your screen.
Mine still doesnt showing the text of variant.
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.scss.css and paste this at the bottom of the file:
@media (min-width: 768px){
select#SingleOptionSelector-0 {
color: red!important;
}
}
I do not have theme.scss.css
I have theme.scss.liquid
I have edited the file I have theme.scss.liquid but It's change the color on desktop but not on my phone.
Is it about this : min-width: 768px ?
Can we modify it for all the device?
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.scss.css and paste this at the bottom of the file:
@media (max-width: 768px){
select#SingleOptionSelector-0 {
color: red;
}
}
The first option is showed. But the second still not showing.
As seen as the attachment.
Or for example this one:
https://neon-factory.com/collections/new/products/troegs-neon-signs-
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024