JuliaHeld Posted September 3, 2020 Share Posted September 3, 2020 Site URL: https://dianestember.squarespace.com/ Is there code that allows to modify individual text styles. The old platform allowed this. For example, there are 4 levels of headlines. I would like to customize one of them to have all caps and adjust font, weight, spacing and such. Link to comment
tuanphan Posted September 3, 2020 Share Posted September 3, 2020 You can add to Custom CSS h1 { font-weight: 700; text-transform: uppercase; } h2 { font-weight: 500; } Do similar 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
JuliaHeld Posted September 6, 2020 Author Share Posted September 6, 2020 On 9/3/2020 at 3:30 PM, tuanphan said: You can add to Custom CSS h1 { font-weight: 700; text-transform: uppercase; } h2 { font-weight: 500; } Do similar Where does the code go? Would Paragraph styles be P1, P2, etc.? Link to comment
JuliaHeld Posted September 6, 2020 Author Share Posted September 6, 2020 Hi Tuanphan. I'm trying to change H4 in the code. I want to be able to change all of the options in the font field. The code is working on some but not all. What am I doing wrong? Here is a page I'm testing this on: https://karin.squarespace.com/type-syles This is what I did. h4 { family: proxima-nova; style: normal; font-weight: 800; text-transform: uppercase; letter-spacing: .7em; } Link to comment
tuanphan Posted September 12, 2020 Share Posted September 12, 2020 try adding !important; eg: font-size: 10px !important; 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
ashleemundywebsitede Posted July 1, 2021 Share Posted July 1, 2021 On 9/12/2020 at 9:30 AM, tuanphan said: try adding !important; eg: font-size: 10px !important; I know how to do the headings in CSS but how do you do paragraphs style in 7.1? p1 / p2 isnt working like h1 / h2 does. Thanks! Link to comment
tuanphan Posted July 3, 2021 Share Posted July 3, 2021 On 7/1/2021 at 10:23 PM, ashleemundywebsitede said: I know how to do the headings in CSS but how do you do paragraphs style in 7.1? p1 / p2 isnt working like h1 / h2 does. Thanks! p1 has class Quote p.sqsrte-large p2 has class Quote p:not(.sqsrte-large):not(.sqsrte-small) p3 has class Quote p.sqsrte-small 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
jenniferboddam Posted July 19, 2021 Share Posted July 19, 2021 Hi @tuanphan the only one that works for me is the P1 code " p.sqsrte-large " for some reason I cant get P2 and P3 to individually change with the small and just using p as I have seen. is there any other way to get this to work? Link to comment
tuanphan Posted July 20, 2021 Share Posted July 20, 2021 6 hours ago, jenniferboddam said: Hi @tuanphan the only one that works for me is the P1 code " p.sqsrte-large " for some reason I cant get P2 and P3 to individually change with the small and just using p as I have seen. is there any other way to get this to work? Can you share link to a page where you added p1, p2, p3 text? We can check code easier. 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
jwithnell Posted July 1, 2022 Share Posted July 1, 2022 p.sqsrte-large works Thanks! I've been needing an alternate text and didn't want to us an h3-6 and mess up the header hierarchy. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment