idamay Posted August 17, 2023 Share Posted August 17, 2023 (edited) Hi! I would like the heading in the landing page / front page be as it stands: IDA MAY | CHOREOGRAPHER MOVEMENT DIRECTOR but on the other pages to only be: IDA MAY Is it possible to modify the heading title that way? www.idamay.co I have tested the option to invert the header color using this code: <style> .header-title { filter: invert(1); } </style> BUT wonder if there is a way to only invert the " | choreographer & movement director" Thank you! @tuanphan Edited August 18, 2023 by idamay added my website Link to comment
CassAggett Posted August 17, 2023 Share Posted August 17, 2023 Hi Ida, can you share a link to your site? The easiest thing may be to change your site title to just Ida May, then add code to add the rest of the text to the title on all pages but the home but will need to have a look at your site first. If this helped you, please like or mark my solution as answer so others can scroll to it quickly 👆 Cass Aggett is a Squarespace website designer for go-getting women – no matter what stage of business. WEBSITE • INSTAGRAM Link to comment
idamay Posted August 18, 2023 Author Share Posted August 18, 2023 11 hours ago, CassAggett said: Hi Ida, can you share a link to your site? The easiest thing may be to change your site title to just Ida May, then add code to add the rest of the text to the title on all pages but the home but will need to have a look at your site first. Hi! Thank you, this is it: www.idamay.co Link to comment
Solution CassAggett Posted August 19, 2023 Solution Share Posted August 19, 2023 @idamay Try adding this to your custom CSS: // tag line home page only // body.homepage { a#site-title:after { content: "\00a0| choreographer & movement director"; } } Then if that works (I was having trouble testing on your site), you can remove those words from your Site Title. tuanphan 1 If this helped you, please like or mark my solution as answer so others can scroll to it quickly 👆 Cass Aggett is a Squarespace website designer for go-getting women – no matter what stage of business. WEBSITE • INSTAGRAM Link to comment
idamay Posted August 19, 2023 Author Share Posted August 19, 2023 Thank you @CassAggett !! It works and made so much more sense just to tweak the home page! Thank you! CassAggett 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