jamesdesignsuite 0 Posted November 1 Want to add content above blog feed on blog page. using lange template. https://www.designsuite.com.au/insight Can't seem to find any answers on this - would really appreciate some help! Share this post Link to post
0 tuanphan 6,143 Posted November 1 What content? @jamesdesignsuite If only simple content, you can try adding to Home > Design > Custom CSS .collection-type-blog.view-list .main-content section:first-child:before { content: "Creating, elevating, createing, elevating,Creating, elevating, createing, elevating,Creating, elevating, createing, elevating,Creating, elevating, createing, elevating,Creating, elevating, createing, elevating,"; display: block; text-align: center; padding-bottom: 20px; font-size: 20px; color: #6a6a6a; font-family: monospace; } 1 jamesdesignsuite reacted to this Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID, Block ID, Section ID Squarespace 7.1 CSS List Share this post Link to post
0 jamesdesignsuite 0 Posted November 1 that worked a treat @tuanphan thanks is there anyway i can make this text h1 class, so it behaves and looks the same as all other h1's across the site? Share this post Link to post
0 tuanphan 6,143 Posted November 1 @jamesdesignsuite You want to wrap the text with h1 (need JavaScript), or just need the same style as h1 (just some line of CSS, i guess so)? Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID, Block ID, Section ID Squarespace 7.1 CSS List Share this post Link to post
0 jamesdesignsuite 0 Posted November 1 @tuanphan just need same style as h1, as a line of css i can add in Share this post Link to post
0 tuanphan 6,143 Posted November 1 .collection-type-blog.view-list .main-content section:first-child:before { content: "Insight"; display: block; text-align: center; padding-bottom: 20px; font-family: neue-haas-grotesk-display; font-weight: 500; font-size: 3.697916666666667vw; } Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID, Block ID, Section ID Squarespace 7.1 CSS List Share this post Link to post
Want to add content above blog feed on blog page.
using lange template.
https://www.designsuite.com.au/insight
Can't seem to find any answers on this - would really appreciate some help!
Share this post
Link to post