Jump to content

How do I change the font colour for my second header on one page?

Recommended Posts

  • Replies 13
  • Created
  • Last Reply

@braddibs Your site is private. Please setup password & share url. See how to: https://beaverhero.com/squarespace-how-to/#HowtoSetupPasswordShareSiteURL

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

@braddibs Add to Home > Design > Custom CSS


/* Enquiry */
div#block-56e1f5499f7266cdffeb416f h1 {
   color: black;
}
/* Contributor */
div#block-yui_3_17_2_21_1461092500968_10335 h1 {
   color: black;
}




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

@braddibs you can try


/* For phone */
@media screen and (max-width:640px) {
/* Enquiry */
div#block-56e1f5499f7266cdffeb416f h1 {
   font-size: 18px;    
}
/* Contributor */
div#block-yui_3_17_2_21_1461092500968_10335 h1 {
    font-size: 16px;
}
}


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

@braddibs you can try


/* For phone */
@media screen and (max-width:640px) {
/* Enquiry */
div#block-56e1f5499f7266cdffeb416f h1 {
   font-size: 18px;    
}
/* Contributor */
div#block-yui_3_17_2_21_1461092500968_10335 h1 {
    font-size: 16px;
}
}


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

I've changed the text from 'Make an Enquiry' to 'Check out our services', so should I replace that phrase in the code like this?

/* For phone / @media screen and (max-width:640px) { / Check out our services / div#block-56e1f5499f7266cdffeb416f h1 { font-size: 18px;
} /
Contributor */ div#block-yui_3_17_2_21_1461092500968_10335 h1 { font-size: 16px; } }

?

Also should I add this code directly underneath the custom colour code from before?

Link to comment

@braddibs /* Enquiry /, / For phone /, / Contributor */ is comment.

It has no value. Just let you know what the code below did, when you need to edit it in the future.

Yes, insert below color code I sent

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.