IneedAssistance Posted September 30, 2022 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.
Beyondspace Posted October 1, 2022 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 (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Beyondspace Posted October 1, 2022 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 (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
IneedAssistance Posted October 18, 2022 Author 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.
tuanphan Posted October 23, 2022 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!)
IneedAssistance Posted November 23, 2022 Author 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!
zoester300 Posted February 6, 2023 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ë
zoester300 Posted February 6, 2023 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment