IneedAssistance Posted September 30, 2022 Share Posted September 30, 2022 Site URL: http://www.threadreport.com How can I show the tagline on my site? I've tried this code: a#site-title:after { content: "tuan phan"; display: block; } But it doesn't do anything. Any help would be greatly appreciated. Link to comment
Beyondspace Posted October 1, 2022 Share Posted October 1, 2022 15 hours ago, IneedAssistance said: Site URL: http://www.threadreport.com How can I show the tagline on my site? I've tried this code: a#site-title:after { content: "tuan phan"; display: block; } But it doesn't do anything. Any help would be greatly appreciated. Do you mean something like this? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted October 1, 2022 Share Posted October 1, 2022 Try .Header-branding:after { content: "your tagline "; display: block; } Support me by pressing 👍 if this useful for you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
IneedAssistance Posted October 18, 2022 Author Share Posted October 18, 2022 On 10/1/2022 at 2:36 PM, bangank36 said: .Header-branding:after { content: "your tagline "; display: block; } Doesn't work. Link to comment
tuanphan Posted October 23, 2022 Share Posted October 23, 2022 On 10/18/2022 at 9:30 PM, IneedAssistance said: Doesn't work. Add to Top of Design > Custom CSS a.Header-branding:after { content: "enter your tagline"; display: block; font-size: 20px; } IneedAssistance 1 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
IneedAssistance Posted November 23, 2022 Author Share Posted November 23, 2022 On 10/23/2022 at 3:09 AM, tuanphan said: Add to Top of Design > Custom CSS a.Header-branding:after { content: "enter your tagline"; display: block; font-size: 20px; } THIS WORKED!!! Thanks! Link to comment
zoester300 Posted February 6, 2023 Share Posted February 6, 2023 On 10/23/2022 at 2:09 AM, tuanphan said: Add to Top of Design > Custom CSS a.Header-branding:after { content: "enter your tagline"; display: block; font-size: 20px; } Hi @tuanphan Is this for 7.1? I need this code and have tried this but it doesn't work so I think it must be 7.0 code - please can you assist? thanks so much Zoë Link to comment
zoester300 Posted February 6, 2023 Share Posted February 6, 2023 I solved it: //*header tagline*// .header-title a:after { content: "TAGLINE"; display: block; font-size: 20px; color: #FFFBE7; font-family: bitter; font-weight: bold; } tuanphan 1 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