Shopify themes, liquid, logos, and UX
Hey guys,
I would be very happy, if someone could tell me how i change the Text Color, in Mobile Version only in CSS?
This is a code i tried:
Solved! Go to the solution
This is an accepted solution.
Hey, i found a fix.
I used this code:
h2 {
text-align: center;
background-color: white;
border-radius: 0.5em;
padding: 5px 20px 5px 20px;
}
p {
text-align: center;
background-color: white;
border-radius: 0.9em;
padding: 5px 20px 5px 20px;
}
It was really difficult for me but it worked out for me 🙂
Thanks for your help.
Hey,
Please try this code and paste it in theme.css file:
@media screen and (max-width: 640px) {
h2 {
color: #4287f5;
}
}
Thank you
Pooja D.
This is an accepted solution.
Hey, i found a fix.
I used this code:
h2 {
text-align: center;
background-color: white;
border-radius: 0.5em;
padding: 5px 20px 5px 20px;
}
p {
text-align: center;
background-color: white;
border-radius: 0.9em;
padding: 5px 20px 5px 20px;
}
It was really difficult for me but it worked out for me 🙂
Thanks for your help.
User | RANK |
---|---|
229 | |
165 | |
66 | |
55 | |
49 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023