ddl_ellsie Posted October 16, 2019 Share Posted October 16, 2019 Ours is a Version 7.1 template, and we don't know what template it is - can't find anything on the website - appears to be taken down. We want to be able to make the following changes: - Change logo image (colour) for different pages - Change background colours and fonts for different pages - Change Nav menu items font to a font that we have uploaded to the site. Any help would be greatly appreciated - or advice whether to switch to 7.0 version. Link to comment
Arise-Design Posted October 16, 2019 Share Posted October 16, 2019 It looks like you have to do all style changes in the editor now on 7.1. If you actually want a complete template you have to downgrade to version 7.0 by starting a whole new site. Otherwise you can adjust each setting, fonts, colors buttons etc one by one to get the look you want. Seems like a big mistake on the part of Squarespace to change this, a great feature was being able to pull in a template that you like and tweak things. I bought an annual plan, want to use 7.0 but am stuck as they wont refund the annual plan after 14 days. . . . not happy Link to comment
tuanphan Posted October 17, 2019 Share Posted October 17, 2019 @LCraig You will need to use custom code to solve (1) & (2) With (3) I'm not sure SS has that option, but custom code can also handle. If you can share site url, i can take a look. If you search Google with keywords "your problem - answers.squarespace.com", you will find some solutions. 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
ddl_ellsie Posted October 17, 2019 Author Share Posted October 17, 2019 @tuanphan Unfortunately our website is not live yet and I don't think I can share it at present. There is code in the below forum discussion which works for others but I'm not sure what steps to take - are you able to explain this to me? Any help much appreciated! Our template is the Cath Quincy one: https://www.squarespace.com/templates/photography?onboarding_v7_1_0819=minimal_template_store_v7_1 Link to comment
ddl_ellsie Posted October 17, 2019 Author Share Posted October 17, 2019 @tuanphan don't worry, I figured it out. Below for others 🙂 Main thing to do is to find the CollectionID for the specific page you want to change the logo for in View Page Source and replace the blue text below with your unique ID. Then insert this code into the Advanced settings - Page header code injection. <style> #collection-5da087964487bb406dce3057 .header-title-logo img { -webkit-filter: invert(100%); filter: invert(1); } </style> Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.