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!!!
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
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
}
}
Question
Gui 0
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 post
Top Posters For This Question
3
2
Popular Days
Nov 26
5
Top Posters For This Question
Gui 3 posts
ThompsonWebDesign 2 posts
Popular Days
Nov 26 2019
5 posts
Popular Posts
ThompsonWebDesign
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
ThompsonWebDesign
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 } }
4 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment