Happening now | Office Hours: Customizing Your Theme With Moeed | Ask your questions now!

Changing the color of body text on mobile, Dawn Theme

Changing the color of body text on mobile, Dawn Theme

Verterra
Explorer
75 1 11

Hi! Does anyone know how to change the color of body text for Dawn Theme, specifically for Mobile view? 
I saw from another forum that I can adjust that in the theme.liquid file, and have made the changes. But this only changed for the desktop view and not mobile. Anyone know why please? Thanks!

Verterra_0-1716783247948.png

 

Replies 7 (7)

AnneLuo
Shopify Partner
1352 237 276

Hi, @Verterra 

May be covered by the style of the mobile end. Please share the store URL and take a screenshot to describe your requirements so that I can assist you.

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

Verterra
Explorer
75 1 11

Hi! The preview link for the store is: https://verterra.sg/?_ab=0&_fd=0&_sc=1&preview_theme_id=168553546011

I just want to change the body font to a colour that is darker 🙂 Right now it is a light grey which I feel is difficult to read on smaller mobile screens. Thank you!

AnneLuo
Shopify Partner
1352 237 276

Change the alpha to 1. 

AnneLuo_0-1716980545049.png

 

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

ZestardTech
Shopify Partner
6148 1100 1476

Hi @Verterra 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

 

@media (max-width:767px){
.gradient {
background: #bdb4b4;
}
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

EFOLI-Emilia7
Shopify Partner
349 11 39

Hello @Verterra,

Please share the store URL (storefront password) so that I can check and suggest a possible solution.

 

Thank you

banned
Verterra
Explorer
75 1 11
ZestardTech
Shopify Partner
6148 1100 1476

Hi @Verterra 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

 

@media (max-width:767px){
.gradient {
background: #b4aa98;
}
}

 

ZestardTech_0-1716981786633.png

 

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing