Jump to content

Use multiple fonts on Tremont index navigation

Recommended Posts

Site URL: https://thomson-street.squarespace.com/

Hi, 

How do I change/assign more than one font + font-size to the header style on the index gallery nav in Tremont? (refer attached image #1)

I would like to create the effect of the attached image #2 of white text on black background using 3 different styles / 1 for each header.

I am using the Tremont template and have the index gallery navigation as the homepage.

Screen Shot 2020-09-15 at 9.04.17 am.png

Screen Shot 2020-09-15 at 9.06.47 am.png

Link to comment

Add to Home > Design > custom CSS

a.reveal span {
    font-size: 20px;
    color: red;
}
a.celebrate-1 span {
    font-size: 30px;
    color: green;
}
a.showcase span {
    font-size: 100px;
    color: violet;
}

 

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
  • 3 weeks later...

Thank you @tuanphan but it still doesn't work!

I used the code below

a.celebrate span {
font-family: aktiv-grotesk-extended, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 80px;
}
a.showcase span {
font-family: aviano-didone, serif;
font-weight: 300;
font-style: normal;
font-size: 80px;
}
 

Is there another way?

Link to comment
On 10/13/2020 at 3:31 AM, nrdesignco said:

Thank you @tuanphan but it still doesn't work!

I used the code below

a.celebrate span {
font-family: aktiv-grotesk-extended, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 80px;
}
a.showcase span {
font-family: aviano-didone, serif;
font-weight: 300;
font-style: normal;
font-size: 80px;
}
 

Is there another way?

Your Custom CSS box has syntax error so all (or some) CSS won't work. If you look carefully, you will see a red notice at the bottom of Custom CSS box.

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
  • 2 months later...
18 hours ago, nrdesignco said:

Hello @tuanphan! we got the code working thank you! are you able to help with styling for mobile view? the text currently doesn't fit in the screen:

image.thumb.png.ddcd064a625168ad684eeea3e7894c01.png

Add to Home > Design > custom CSS

/* text size mobile */
@media screen and (max-width:640px) {
.collection-nav-item * {
    font-size: 30px !important;
}
}

 

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.