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? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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 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
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
zoehoward Posted February 6 Share Posted February 6 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
zoehoward Posted February 6 Share Posted February 6 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