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.
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024