Edit Code Dawn Theme: Changing background color / text color, won't work on mobile

Solved

Edit Code Dawn Theme: Changing background color / text color, won't work on mobile

sippinonsunshin
Tourist
15 0 3

/* Ensure the background and text color apply across all devices */
.color-scheme-1.gradient {
background-color: #fff2de !important;
color: #7c715b !important;
}

/* Additional specificity to target mobile devices */
@media only screen and (max-width: 767px) {
.color-scheme-1.gradient {
background-color: #fff2de !important;
color: #7c715b !important;
}

This is the code I have pasted into base.css 

Works perfect for desktop, just bought my domain and checked on mobile but everything is white / changes arent being published on mobile.

 

www.sippinonsunshine.net
anna is the code to get in

 

been trying to troubleshoot with chatgpt but no luck

Accepted Solution (1)
BSSCommerce-HDL
Shopify Partner
2086 742 936

This is an accepted solution.

Hmm, i see that your code work fine on mobile too.
Maybe you can try cutting your code to there:
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
... YOUR CODE HERE!
</style>

 

BSSCommerceHDL_0-1723521146486.png

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 4 (4)

BSSCommerce-HDL
Shopify Partner
2086 742 936

Hi @sippinonsunshin 

Its seem to be wrong store URL. Can you double check?

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

sippinonsunshin
Tourist
15 0 3

hi, im so sorry.

 

it's sippinonsunshine.net !

BSSCommerce-HDL
Shopify Partner
2086 742 936

This is an accepted solution.

Hmm, i see that your code work fine on mobile too.
Maybe you can try cutting your code to there:
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
... YOUR CODE HERE!
</style>

 

BSSCommerceHDL_0-1723521146486.png

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

sippinonsunshin
Tourist
15 0 3

Yes it does appear fine when I preview on shopify. However after using my browser on my phone the website shows just a white background and black text. Will try your solution now.