Search the Community
Showing results for tags 'font'.
-
Hi there! I'm trying to justify all text on my avenue theme. I've tried inserting some of the other codes offered to justify text, but nothing is happening... my site is www.bigfeelslab.com in case that's helpful. thanks in advance for any insight!
-
Amending font size on one page and not whole site
jordanlewis posted a question in Coding and Customization
Hi, I wish to amend the font size of just one page but with the use of square space, I can only amend font size sitewide. I have seen some responses say add this CSS code to the custom CSS page but when I do nothing happens. I have never used CSS before. Can you advise? Thanks,Jordan -
How do I change the font in the drop down menu... it does not match the other fonts at all. Additional info... just to be 100% clear, when I attempt to add a product to cart and or click on a variant... the font for the variant is Garamond where as I'm hoping it can be the same matching font as the rest of the entire site. When I go into site styles, there's no option for me to change the drop down menu font. I've searched online for this answer but can't seem to find a resolve. thanks!
-
Hello, I'm trying building a simple landing page website and would like to use Bree Serif and Gibson typefaces. How can I install these fonts?
-
Hi! I'm super new to CSS and coding so please be as thorough as possible. I downloaded a custom font (HelveticaNow) and I have successfully applied it to my headers and body text through CSS. If it's relevant, the template I am using is Native. Here is what has worked for me as far as body text goes: @font-face { font-family: 'HELVETICANOW'; src: url('https://static1.squarespace.com/static/5d6c2d758a0acc000187f3f5/t/5d795050146faa22dd3e6e24/1568231504475/HelveticaNowDisplayXBlk.otf'); } p {font-family: 'helveticanow';} font-size: 14px; I've also gotten the headers to work using a nearly iden
-
Custom font for Jasper template (Nav + headers)
mplsjen posted a question in Coding and Customization
Trying to customize my font in the Jasper template with the following code. Any suggestions? @font-face { font-family: "METROPOLIS"; src: url(https://static1.squarespace.com/static/5d707e930fec5500014bea13/t/5d786e87913a06645e30fa5f/1568173704160/Metropolis-Medium.woff2), url(https://static1.squarespace.com/static/5d707e930fec5500014bea13/t/5d786e789da84f77dcfe024c/1568173688518/Metropolis-Medium.woff), url(https://static1.squarespace.com/static/5d707e930fec5500014bea13/t/5d786eaf9da84f77dcfe0813/1568173744007/Metropolis-Medium.otf);} .Header-nav { font-family: 'METROPOLIS' !important; }- 4 replies
-
- css
- navigation
-
(and 1 more)
Tagged with:
-
Hello, I'm using the Avenue template, and have uploaded a font in CSS and changed it in the H1, H2, and P sections fine, but have no idea how to do it for navigation.Any codes or tips would be very helpful, Thanks!!
- 3 replies
-
- navigation
- avenue-template
-
(and 2 more)
Tagged with:
-
I'm working on my store and it looks great on desktop, but the product titles are not scaling on mobile. On Brine template. Any suggestions? silverlakecarclub.com/shop
-
NAVIGATION DROP DOWN BAR ON MOBILE SITE IS VERY LARGE
Guest posted a question in Coding and Customization
when my site is used on mobile display - the navigation dropdown is so large and scale off the mobile page. I wondered if there is a CSS code for this. Please can somebody help :)- 6 replies
-
- mobile
- navigation
-
(and 1 more)
Tagged with:
-
How To Change Ishimoto Site Title Font Using CSS
tjhos posted a question in Coding and Customization
I'm using the Ishimoto template. Having a hard time figuring out how I can change my site title font, i've gone through multiple threads on this forum and have been unsuccessful in finding a solution to the problem. The website is live but has a cover page right now for the under construction phase as i work to get it the way i want. The code i was trying to use was @font-face { font-family: 'GeosansLight'; src: url('https://static1.squarespace.com/static/5a8c34eb51a584a57bc62511/t/5a93aadff9619a83af6f6839/1519626975231/GeosansLight.ttf '); font-weight: normal; font-style: normal; } .has-s-
- css
- site-title
-
(and 3 more)
Tagged with:
-
Changing the Blog Excerpt Text Size in Foster
AvantGardeGraphicsUK posted a question in Coding and Customization
I'm using the Foster template, does anyone know how I can change the blog excerpt text size? -
Hi!I'm using a custom font for my website and I am trying to find how to use the same custom font for my menu. Thank you in advance for your help! :) https://www.gabcyriellenutrition.com/
-
I cant find any stylizing settings in the design styles section. Do I have to do this with custom code? Im using the Motto template. Feel free to check out the website here www.thecharlesbar.ca. You will see that the menu items arent stylized properly :( Thanks!
- 2 replies
-
- style-editor
- menu
-
(and 2 more)
Tagged with:
-
Can someone help me with word breaks or wraps?
one27mediahouse posted a question in Coding and Customization
Hi, all! I'm at my wits end trying to figure out why one section of my website breaks words, while the rest does not. It's only on my blog page that I'm having the issue. I'm using Brine and I've entered the following css into my main css thread: .fancyborder { border:4px solid #FFFFFF; padding: 10px; } p, h1, h2, h3 { -webkit-hyphens:manual !important; -moz-hyphens:manual !important; -ms-hyphens:manual !important; hyphens:manual !important; } #collection-5cfb3a28e542360001af09e6 { header { display: none !important; } } This works -
Hello, I haven't had success with any of the CSS I've found to create underlines for body text only on the Henson template. Any ideas? Thank you!
-
I have recently transferred my domain name over to my Squarespace site. And while my Squarespace site looks fine, when I look at it on my website (http://www.aliciadotter.com) all of the fonts are huge. And my logo turns white on my Resume and About Pages. My squarespace site is http://www.aliciadotter.squarespace.com (that's how I want it to look). I am looking at it at 100%, not larger. It seems I have to scale down to 70% to make the site look normal on browser. But still can't fix the white logo issue. I have looked on multiple browsers and computers and the same issues occurs. The two s
-
Hello, The custom fonts that i have added in css looks fine in one computer, another is not reflecting the body text only while, the mobile is not reflecting body text and H3... anybody know why different browsers show different results when it comes to custom added fonts.. ? Thanks
-
Hi all, I want to change the font on my Moshka template. Its the heading 2 style and i want to change it to a webfont that I have downloaded. I am not familiar with using CSS code AT ALL! and was wondering if anyone has the code for that, that I could simply copy and paste it in to the CSS section and away I go? Would be massively appreciated if anyone could help! Thanks Kerry
-
Hi all, would anyone be able to write the CSS code (please) so when my website is in mobile view the word 'Menu' (font) is bold and a larger font size please? At this moment it's very faint? Any help you could give it much appreciated.
-
I am trying to integrate my brand font onto my site. I've uploaded .otf, .tff, .woff and .woff2 files and written in the following code, but nothing is showing up. What step have I missed? @font-face { font-family: ‘Recoleta’; src: url(https://static1.squarespace.com/static/58f67b6559cc681f3e7952a4/t/5d52d24a9ba36a0001754a2a/1565708876500/Recoleta-RegularDEMO.otf), url(https://static1.squarespace.com/static/58f67b6559cc681f3e7952a4/t/5d541d6893076a0001b08473/1565793641589/recoleta-regulardemo-webfont.ttf), url(https://static1.squarespace.com/static/58f67b6559cc681f3e7952a4/t/5d541d6c6
-
I changed templates from Wells to Five, the CSS code on Wells I copied and pasted into the Five template, but the template won't take to the code. Our organisation has a custom font. This is the code that I used: // Adding Gotham Book Font // @font-face { font-family: 'Gotham-Book'; src: url(https://static1.squarespace.com/static/5384020ce4b01f43fc27da04/t/5d2d14509251be00011e7995/1563235408693/Gotham+Book+Regular.otf);} // Assigning Font Sizes // h1 {font-family:Gotham-Book;font-size:55px; colour: rgb(37, 42, 98);letter-spacing: 2px;} Is there something wrong with the code? What chang
-
Brine: Custom font on Pop UP is not working on Mobile.
sachakrasney posted a question in Coding and Customization
The site I am working on is:www.nomadchicago.squarespace.com I added a custom font for the marketing pop-up's header font: }headline { font-family: 'adelaide';} It is working great on the desktop but not on Mobile.any advice appreciated! Thank You! -
Hello, I have changed my font for the body text in Site Styles. However, it is not displaying correctly. I have saved and refreshed the page, but it does not seem to change to the new font I have selected. I am trying to use Roboto as it allows me to display the proper accents I need for a Serbian name.