Guest Posted November 1, 2019 Share Posted November 1, 2019 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! Link to comment
tuanphan Posted November 1, 2019 Share Posted November 1, 2019 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; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Guest Posted November 1, 2019 Share Posted November 1, 2019 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? Link to comment
tuanphan Posted November 1, 2019 Share Posted November 1, 2019 @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)? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Guest Posted November 1, 2019 Share Posted November 1, 2019 @tuanphan just need same style as h1, as a line of css i can add in Link to comment
tuanphan Posted November 1, 2019 Share Posted November 1, 2019 .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; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
JLH Posted January 13, 2021 Share Posted January 13, 2021 @tuanphan,I have a mixture of blog and non-blog pages I've been trying to apply this too. The code works great for blogs, but I can't get it to work for regular pages. Do you know what Class I should be looking for on a regular/blank page to make this happen??? Link to comment
tuanphan Posted January 17, 2021 Share Posted January 17, 2021 On 1/13/2021 at 4:06 PM, JLH said: @tuanphan,I have a mixture of blog and non-blog pages I've been trying to apply this too. The code works great for blogs, but I can't get it to work for regular pages. Do you know what Class I should be looking for on a regular/blank page to make this happen??? Can you share link to page? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
IMO Posted March 22, 2021 Share Posted March 22, 2021 On 11/1/2019 at 1:33 PM, tuanphan said: .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; } What would be the code for Hayden template? Link to comment
tuanphan Posted March 24, 2021 Share Posted March 24, 2021 On 3/22/2021 at 6:52 PM, IMO said: What would be the code for Hayden template? Can you share link to blog feed on your site or Hayden? We can help easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.