destinyestringer 0 Posted August 1 (edited) Hi! I just switched up to the Wells template. I want to change the Site Title and Navagation to a custom web font I have been using. I was able to do it to my old template, but that HTML/CSS is not working for this new template. I have the font code: @font-face { font-family: 'Recoleta'; src: url('https://static1.squarespace.com/static/5928e31fe58c62d37df2a7d1/t/5d410d7047ee420001652090/1564544369780/39DCEF_0_0.woff2') format('woff2'), url('https://static1.squarespace.com/static/5928e31fe58c62d37df2a7d1/t/5d410d739a4d4a0001fa3e70/1564544371195/39DCEF_0_0.woff') format('woff'), url('https://static1.squarespace.com/static/5928e31fe58c62d37df2a7d1/t/5d410d63a71ed100016bafe7/1564544355607/Latinotype+-+Recoleta+SemiBold.otf') format('otf'); } but none of the HTML/CSS I have found is working for me. I have tried each of these so far and nothing. (Each at one time, not together.) #headerNav nav a { font-family: 'Recoleta' !important; } .desc-wrapper p > strong { font-family: 'Recoleta' !important; } header h1.site-title { font-family: "Recoleta"; } .has-site-title .Header-branding { font-family: "Recoleta"; } Any help would be appreciated! Thanks! Edited August 1 by desibeee Initial Revision Share this post Link to post
0 tuanphan 6,145 Posted August 1 @desibeee Add to Home > Design > Custom CSS /* Font Recoleta Site Title */ .logo.site-title a { font-family: 'Recoleta' !important; } /* Font Nav */ div#topNav a { font-family: 'Recoleta' !important; } 1 k8lizzy reacted to this Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID, Block ID, Section ID Squarespace 7.1 CSS List Share this post Link to post
0 destinyestringer 0 Posted August 1 Thank you so much! Worked perfectly. Share this post Link to post
0 k8lizzy 0 Posted October 28 On 8/1/2019 at 4:01 PM, tuanphan said: @desibeee Add to Home > Design > Custom CSS /* Font Recoleta Site Title */ .logo.site-title a { font-family: 'Recoleta' !important; } /* Font Nav */ div#topNav a { font-family: 'Recoleta' !important; } Hi - I'm actually trying to use this exact same webfont in the site title/header of the Juke and Miller templates - for some reason this code didn't work with these. Any idea what might work for these templates? Thank you!! Share this post Link to post
0 tuanphan 6,145 Posted October 29 @k8lizzy Which element in header? Use this code for Miller & Juke Site Title /* Miller Site Title */ a.Header-branding, a.Mobile-bar-branding { font-family: 'Recoleta' !important; } 1 k8lizzy reacted to this Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID, Block ID, Section ID Squarespace 7.1 CSS List Share this post Link to post
0 ddl_ellsie 0 Posted October 29 (edited) Hi @tuanphan Do you know the code to change the Site Nav button fonts at the below website to a Custom uploaded font? This is a Version 7.1 template. https://bit.ly/31SvfRp Any help much appreciated! Edited October 29 by ddl_ellsie Share this post Link to post
0 tuanphan 6,145 Posted October 29 @ddl_ellsie Add to Home > Design > Custom CSS @font-face { font-family: ddlellsie; src: url(paste font url here); } .header-nav-item a { font-family: ddlellsie !important; } Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID, Block ID, Section ID Squarespace 7.1 CSS List Share this post Link to post
0 k8lizzy 0 Posted October 30 @tuanphan thank you so much! that worked to change the header font. do you happen to know what I could use to change the color of the h2 and body texts for a given page/section of the home index? I tried to do it by inputting the page ID in CSS but that just changed the text color across all sections of the home index. thank you! Share this post Link to post
0 tuanphan 6,145 Posted October 30 @k8lizzy Use block ID. Check with this tool. https://chrome.google.com/webstore/detail/squarespace-collectionblo/bggpdfnccodbnmcndckmeehdjkjojkde 1 k8lizzy reacted to this Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID, Block ID, Section ID Squarespace 7.1 CSS List Share this post Link to post
0 ashleylgould 0 Posted November 5 (edited) @tuanphan do you know how to change the body font on the index page to a custom css font? I'm using the Camino template (http://www.ashleylaurengould.com/) any help would be much appreciated! Edited November 5 by ashleylgould Share this post Link to post
0 tuanphan 6,145 Posted November 6 @ashleylgould Add to Home > Design > Custom CSS. replace monospace with your font nav.index-navigation.collection-nav * { font-family: monospace !important; } 1 ashleylgould reacted to this Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID, Block ID, Section ID Squarespace 7.1 CSS List Share this post Link to post
0 jdl 0 Posted November 6 @tuanphan I tried incorporating the codes to change the site title and nav that you stated above. I'm using the Barbosa template Do you know it? this is the font I'm using- @font-face { font-family: 'Great'; src:url('//static1.squarespace.com/static/5dc2aa12fc03845d975c2da4/t/5dc2add27efe3d17730fba40/1573039571332/great-vibes.regular.ttf'); font-weight: regular; } Share this post Link to post
0 tuanphan 6,145 Posted November 6 1 minute ago, jdl said: @tuanphan I tried incorporating the codes to change the site title and nav that you stated above. I'm using the Barbosa template Do you know it? this is the font I'm using- @font-face { font-family: 'Great'; src:url('//static1.squarespace.com/static/5dc2aa12fc03845d975c2da4/t/5dc2add27efe3d17730fba40/1573039571332/great-vibes.regular.ttf'); font-weight: regular; } Can you share link to your site? I can't find barbosa demo url Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID, Block ID, Section ID Squarespace 7.1 CSS List Share this post Link to post
0 jdl 0 Posted November 6 (edited) @tuanphan Haven't published anything yet, but this is the template- https://barbosa-demo.squarespace.com/?nochrome=false&clickid=y85y0eRaAxyJTpS0RHQK3XRkUknwrVzJzz1ays0&irgwc=1&utm_medium=pp&utm_source=Marketing VF Ltd&utm_campaign=Marketing VF Ltd&channel=pp&subchannel=Marketing VF Ltd&source=Marketing VF Ltd Thank you so much for responding Edited November 6 by jdl Share this post Link to post
0 tuanphan 6,145 Posted November 6 6 minutes ago, jdl said: @tuanphan Haven't published anything yet, but this is the template- https://barbosa-demo.squarespace.com/?nochrome=false&clickid=y85y0eRaAxyJTpS0RHQK3XRkUknwrVzJzz1ays0&irgwc=1&utm_medium=pp&utm_source=Marketing VF Ltd&utm_campaign=Marketing VF Ltd&channel=pp&subchannel=Marketing VF Ltd&source=Marketing VF Ltd Thank you so much for responding @font-face { font-family: 'Great'; src:url('//static1.squarespace.com/static/5dc2aa12fc03845d975c2da4/t/5dc2add27efe3d17730fba40/1573039571332/great-vibes.regular.ttf'); font-weight: regular; } a#site-title { font-family: 'Great' !important; } .header-nav-item * { font-family: 'Great' !important; } Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID, Block ID, Section ID Squarespace 7.1 CSS List Share this post Link to post
0 Nicoleshurette 0 Posted November 6 Im trying to add custom css to the Fulton template to change the fonts for H1, H2 and H3. But I am having zero luck. Any advice? Share this post Link to post
0 tuanphan 6,145 Posted November 6 1 minute ago, Nicoleshurette said: Im trying to add custom css to the Fulton template to change the fonts for H1, H2 and H3. But I am having zero luck. Any advice? use this code, replace nav.index-navigation.collection-nav * with h1, h2, h3 if it doesn't work, replace with h1 *, h2 *, h3 * if it still doesn't work, please share site url to check. Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID, Block ID, Section ID Squarespace 7.1 CSS List Share this post Link to post
0 georgerobertatherton 1 Posted Monday at 10:16 AM Hey guys, Does anyone know how to add a custom font to the Wells tagline? Thanks! Share this post Link to post
0 tuanphan 6,145 Posted Monday at 10:52 AM 35 minutes ago, georgerobertatherton said: Hey guys, Does anyone know how to add a custom font to the Wells tagline? Thanks! Can you share link to your site? Wells demo has no tagline so can't check. Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID, Block ID, Section ID Squarespace 7.1 CSS List Share this post Link to post
0 georgerobertatherton 1 Posted Tuesday at 02:21 PM Hey @tuanphan thanks for the reply - sorry only just seen this. Decided to go for another typeface. Whilst, you're there, do you know how to change the colour of the mobile menu navigation. See attached screen shot - I want the text to be black rather than white. Site is currently live www.murroninteriors.com Share this post Link to post
0 tuanphan 6,145 Posted Wednesday at 12:56 AM @georgerobertatherton Add to Home > Design > Custom CSS div#mobileNav * { color: black !important; } Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID, Block ID, Section ID Squarespace 7.1 CSS List Share this post Link to post
0 georgerobertatherton 1 Posted Wednesday at 08:21 AM Hey @tuanphan you're a bloody legend! That worked perfect on the menu drop down navigation, however, it changes the MENU button on the home screen as well. Is there a way to keep this black? See screenshot Share this post Link to post
0 tuanphan 6,145 Posted Wednesday at 08:45 AM 24 minutes ago, georgerobertatherton said: Hey @tuanphan you're a bloody legend! That worked perfect on the menu drop down navigation, however, it changes the MENU button on the home screen as well. Is there a way to keep this black? See screenshot Remove above code, and use this div#mobileNav * { color: #000; } Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID, Block ID, Section ID Squarespace 7.1 CSS List Share this post Link to post
0 georgerobertatherton 1 Posted Wednesday at 09:35 AM @tuanphan Hey - thank you for the quick reply. That bit of code does some weird stuff. See screen shot. It only turn the folders black, any sub pages stay white. Menu is also still white. Tricky, eh? Share this post Link to post
Hi! I just switched up to the Wells template. I want to change the Site Title and Navagation to a custom web font I have been using. I was able to do it to my old template, but that HTML/CSS is not working for this new template.
I have the font code:
but none of the HTML/CSS I have found is working for me.
I have tried each of these so far and nothing. (Each at one time, not together.)
Any help would be appreciated! Thanks!
Edited by desibeeeInitial Revision
Share this post
Link to post