Ciaran88 Posted April 4, 2022 Share Posted April 4, 2022 Site URL: http://www.dejaete.com Hey guys, I am not a coder and new to Squarespace. I'd like to add "by Ciaran Doherty" beneath the logo title on my page but I really have no idea how to go about it, especially in a way that will scale dynamically. Any ideas? Link to comment
tuanphan Posted April 5, 2022 Share Posted April 5, 2022 10 hours ago, Ciaran88 said: Site URL: http://www.dejaete.com Hey guys, I am not a coder and new to Squarespace. I'd like to add "by Ciaran Doherty" beneath the logo title on my page but I really have no idea how to go about it, especially in a way that will scale dynamically. Any ideas? Add to Design > Custom CSS /* Tagline */ a#site-title:after { content: "by Ciaran Doherty"; display: block; font-size: 18px; } 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
Ciaran88 Posted April 6, 2022 Author Share Posted April 6, 2022 On 4/5/2022 at 7:31 PM, tuanphan said: Add to Design > Custom CSS /* Tagline */ a#site-title:after { content: "by Ciaran Doherty"; display: block; font-size: 18px; } Thank you! Do you know if it's possible to reduce the gap between the title and the subtitle? Link to comment
tuanphan Posted April 10, 2022 Share Posted April 10, 2022 On 4/6/2022 at 8:27 PM, Ciaran88 said: Thank you! Do you know if it's possible to reduce the gap between the title and the subtitle? Use this new code /* Tagline */ a#site-title:after { content: "by Ciaran Doherty"; display: block; font-size: 18px; } a#site-title{ line-height: 22px; } 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
Create an account or sign in to comment
You need to be a member in order to leave a comment