Gui Posted November 26, 2019 Share Posted November 26, 2019 Hello guys! Can someone help me with a css code to change the style of a H2 font a specific page? I've been trying but cant figure it out. Thank you!!! Link to comment
SnazzyView Posted November 26, 2019 Share Posted November 26, 2019 I'm not really to sure how you want to stye your H2 but you'll need something along the lines of this... @media (max-width:640px){ h2 { font-size:20px!important } } Link to comment
Gui Posted November 26, 2019 Author Share Posted November 26, 2019 Thank you. Thom! On that page I have two block using H2, is there anyway I can make it affect only one of the blocks font? Thank you 🙂 Link to comment
SnazzyView Posted November 26, 2019 Share Posted November 26, 2019 Yes, I have linked to the below blog post which details how to target a specific block. https://www.kayleighnoele.com/blog/how-to-target-edit-and-apply-css-to-a-specific-block-on-squarespace Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.