Jump to content

Fonts on Mobile

Recommended Posts

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

On 2/1/2021 at 2:52 PM, Matt_Steinke said:

Site URL: https://orange-beagle-9jfc.squarespace.com/

Hi there,

I'd like to change the font size and line height of both headings and paragraphs in mobile view only. How is the CSS for this? Thanks, as always!

Matthias

All heading (h1,h2,h3..) & paragraph?

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment

Add to Design > Custom CSS

@media screen and (max-width:767px) {
h1 {
	font-size: 20px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 40px;
}
h4 {
	font-size: 50px;
}
p {
	font-size: 60px;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

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.