eduvila
Circle Member-
Posts
18 -
Joined
-
Last visited
Content Type
Forums
Downloads
Store
Events
Blogs
Gallery
Profiles
Everything posted by eduvila
-
Great! Thanks! Do you know why custom font doesn't work in mobile?
-
-
It works! But only in desktop, not in mobile...
-
Hi, I only want to change the font of my header title text. I've put this code but it doesn't work: @font-face { font-family: 'Windsor'; src: url('https://static1.squarespace.com/static/6461e882d28f3c73af141e8d/t/6461ffc0b409d5032eacc837/1684144065109/WindsorDUltHea.otf'); } header-title-text { font-family: 'Windsor'; } header-title-text { font-family: 'Windsor' !important; } What can I do? web: www.molsataller.com password: molsa2023
-
Sticky menu different color of logo and background
eduvila replied to eduvila's topic in Customize with code
www.molsataller.com password: molsa2023 -
Hi, I have sticky menu activated on my page, but when I scroll up it appears the menu with a black background. And I want to change it to white. And also I need, in the homepage, a menu with white logo and whit typography but in the other pages I need a dark logo and dark typography. Squarespace doesn't allow this combinations right? Is it possible to do it with code? Thanks! PD: web password is molsa2023
-
Custom font doesn't work in h1 for Products
eduvila replied to eduvila's topic in Fonts, colors and images
its works, thanks!! -
Custom font doesn't work in h1 for Products
eduvila replied to eduvila's topic in Fonts, colors and images
Yes, here it is: https://contrabass-pineapple-433y.squarespace.com/botiga/p/ram-silvestre Password: molsa2023 -
Hi, I've put this code tu use an external font and it's working fine but not in H1's single product page. What can I do? Thanks! PD: I attach a screenshot to indicate the font I want to change ----- @font-face { font-family: 'Windsor'; src: url('https://static1.squarespace.com/static/6461e882d28f3c73af141e8d/t/6461ffc0b409d5032eacc837/1684144065109/WindsorDUltHea.otf'); } h1, h2, h3, h4, h5, h6, { font-family: 'Windsor'; }
-
Ups, this is perfect, but I see I need to upgrade my plan to input a code injection. Do you know another option? Thanks!
-
Custom font doesn't work in my client's computer
eduvila replied to eduvila's topic in Customize with code
-
Custom font doesn't work in my client's computer
eduvila replied to eduvila's topic in Customize with code
Yes, the link is: https://maroon-primrose-n2cy.squarespace.com/noticias And password: cinzia2023 -
Custom font doesn't work in my client's computer
eduvila replied to eduvila's topic in Customize with code
Hey Ziggy, do you know how can I change the default title font in blog's posts for my uploaded font? And for the categories too. Thanks! -
Hi, in my menu navigation I've created a folder with some pages. But, is it possible to click on the folder title and link to a specific page? Or the folder just contains pages and that's all? Thanks
-
Custom font doesn't work in my client's computer
eduvila replied to eduvila's topic in Customize with code
Great! I hace to check with my client but seems will work! 🙂 Do you know how to apply this font to the buttons? -
Hi, I've uploaded a font from my computer and for me everything it's okei, it works. But my client, in her laptop, doesn't see the new font. What's worng? This is the code I'm using, thanks! @font-face { font-family: 'Simula'; src: url('FontURLhttps://static1.squarespace.com/static/63bee4b2762f11070ab07a68/t/63bee54f62a29d3e4b327466/1673454927235/Sharp+Type+-+Simula+Book.otf'); } h1 {font-family: 'Simula';} h2 {font-family: 'Simula';} h3 {font-family: 'Simula';} h4 {font-family: 'Simula';} h5 {font-family: 'Simula';} h6 {font-family: 'Simula';} p {font-family: 'Simula';}