dunnedesign Posted September 2, 2020 Share Posted September 2, 2020 Site URL: https://wave-take-two.squarespace.com/ How do i change the headlines for a Grid page so that the text of this: Looks like this https://wave-take-two.squarespace.com/team-1 https://wave-take-two.squarespace.com/team Link to comment
derricksrandomviews Posted September 2, 2020 Share Posted September 2, 2020 You target the h1 or h2 font and size for just that page or the code would change the whole site. Stick this in the summary page advanced header code injection. If the text is h1 not h2 then change the code, plus you may need to adjust the font px size. <style> h2 { font-size: 35px !important; } </style> Link to comment
tuanphan Posted September 3, 2020 Share Posted September 3, 2020 Add to Page Settings > Advanced > Header <style> h2 { font-size: 1rem; } </style> 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
dunnedesign Posted September 3, 2020 Author Share Posted September 3, 2020 (edited) @tuanphan This doesnt work, its the peoples names i need to look bold and capitalised with my font.\ I am using a grid system to put them on the page Edited September 3, 2020 by dunnedesign More content 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