Cornflower Posted December 18, 2022 Share Posted December 18, 2022 (edited) I have just started working on a new clients site, and it looks like things have changed since I last created a website with Squarespace. I am using 7.1 with Fluid Engine. Here's my issues so far: I am having trouble changing the font for the SITE TITLE BUTTON, all PARAGRAPH types, and removing the NAV from the NAVIGATION bar. I added Custom Fonts in the Custom CSS area. Then, selected those fonts in the Site Design area. The custom fonts have worked with the Heading styles, and the Site Title. For some reason, I haven't been able to get the Paragraph Styles and Button Styles to switch even though I have chosen those custom fonts in the Site Design area. https://tucker-tradpole.squarespace.com/ To access, the password is tuckerusa. Any help is extremely appreciated. Edited December 18, 2022 by Cornflower Link to Page Link to comment
Solution tuanphan Posted December 21, 2022 Solution Share Posted December 21, 2022 With Site Title, use this code a#site-title { font-family: 'Arial Condensed Bold' !important; } With Header button, use this header#header a.btn { font-family: 'Arial Condensed Bold' !important; } To remove Nav, use this code .header-nav { visibility: hidden; } (Or just drag "Home" item from Pages > Main Navigation to Not Linked) Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Cornflower Posted January 2 Author Share Posted January 2 Thank you @tuanphan! Exactly what I needed. 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