SyddyS Posted June 30, 2022 Share Posted June 30, 2022 Site URL: http://www.brandtkrueger.com/eventtech-chat Hi! I've seen lots of code related to changing the font or hiding the site title, but is there a way to change the actual text of the site title on a single page? So for this one page (/eventtech-chat), I'd like to change the site title from "BRANDT KRUEGER" in the upper left to "EventTech Chat" Thanks! -BK Link to comment
creedon Posted June 30, 2022 Share Posted June 30, 2022 There is a CSS way but the results aren't the best as far as spacing goes. Add the following to Design > Custom CSS. #site-title { visibility : hidden; } #site-title::before { content : 'EventTech Chat'; visibility : visible; } The best method is to replace the text with some JavaScript which negates the spacing issue but requires the business plan or above. Please see Page Site Title Change. Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
SyddyS Posted July 5, 2022 Author Share Posted July 5, 2022 Ah, I see what you did there- clever. And yep it does mess with the spacing if the site is anything other than full width. Will take a look at the link as I am on a biz plan. 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