Jump to content

Change font color on mobile only

Go to solution Solved by Ziggy,

Recommended Posts

Hi,

I've been trying to change font color for the mobile view of the website in custom css, but to no success. It remains white, while I want it to be grey. Attached is how it shows now on the screen (I highlighted the text so you see it's there).

This is the code that I tried for the section (though I would like mobile font color to be changed for the entire website):

@media only screen and (max-width: 640px)

#section[data-section-id="6400f77651b8d66b504b2ca7"] p {color:#000000 !important}
section[data-section-id="6400f77651b8d66b504b2ca7"] h1 {color:#000000 !important}
section[data-section-id="6400f77651b8d66b504b2ca7"] h2 {color:#000000 !important}
}

Help! 🙂

PS For the time being I changed the font color on desktop to grey, but screens below show how it looked with white.

Zrzut ekranu 2023-03-3 o 07.25.13.png

Zrzut ekranu 2023-03-3 o 07.25.25.png

Edited by JustynaLinke
Link to comment

Can you share your website URL?

Have you tried this without the section IDs?

@media only screen and (max-width: 640px) {
  h1, h2, h3, h4, p, .sqsrte-large, .sqsrte-small {
    color:#000000 !important;
  }
}

 

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 

  Did I help? Buy me a coffee?

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 

Link to comment
  • Solution

Can you try this test:

@media only screen and (max-width: 640px) {
  h1 .sqsrte-text-color--white {
    color:#000000 !important;
  }
}

 

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 

  Did I help? Buy me a coffee?

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.