Timte Posted September 9 Share Posted September 9 Site URL: https://www.factualamerica.com/soundtrack-stories/best-documentaries-about-taylor-swift Does anyone know how to add affiliate disclosure text to all existing blog posts (on 7.1)? I've searched the forums and found the code below, but it doesn't seem to be working. Would be great if the text would go below the H1/Title Thanks! Any ideas? .collection-type-blog.view-item .BlogItem-share:before { content: "Affiliate text goes here"; display: block; text-align: center; font-size: 16px; margin-bottom: 10px; } Link to comment
Solution Ziggy Posted September 9 Solution Share Posted September 9 (edited) Try this in Custom CSS: .blog-item-wrapper .blog-item-top-wrapper:after { content: 'Affiliate text goes here'; display: block; text-align: center; font-size: 16px; margin-bottom: 10px; } Edited September 9 by Ziggy Timte 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Timte Posted September 9 Author Share Posted September 9 Thanks, that kind of worked, but it placed the content above the title. Any way to put it after the title? Link to comment
Ziggy Posted September 9 Share Posted September 9 Change :before to :after Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Timte Posted September 9 Author Share Posted September 9 Ahh got it, replaced top wrapper with .blog-item-content-wrapper and it worked. Thanks thanks! 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