Change font color on mobile only

Solved

Change font color on mobile only

ErhatRO
Explorer
60 1 5

IMG_6684.jpeg

Hello! 
In need of assistance changing the font color on my giveaway page for mobile only. It is white on desktop so it doesn’t show on mobile.

IMG_6683.jpeg

Accepted Solution (1)
AnneLuo
Shopify Partner
1299 228 267

This is an accepted solution.

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code before the </head> tag

<style>
@media screen and (max-width: 749px) {
.banner__box * {
    color: #000 !important;
}
 }
</style>

Result:

AnneLuo_0-1732593185785.png


Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

View solution in original post

Replies 2 (2)

ErhatRO
Explorer
60 1 5

Righteousofficial.com

right5785*

AnneLuo
Shopify Partner
1299 228 267

This is an accepted solution.

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code before the </head> tag

<style>
@media screen and (max-width: 749px) {
.banner__box * {
    color: #000 !important;
}
 }
</style>

Result:

AnneLuo_0-1732593185785.png


Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee