Jump to content

Nav font is changing to custom font only on Shop page (I don't want it to)

Recommended Posts

The following ruleset in Design > Custom CSS is causing your issue.

.collection-type-products.view-list * {
  font-family: 'MadeMirage' !important;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500
}

You could remove the font-family declaration or the whole ruleset.

Let us know how it goes.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment

I removed the whole ruleset-- that fixed the Nav, but brought the product font sizes back to default, so I added this for just the product titles, we're good!! Thank you!

 

.grid-title {
  font-family: 'MadeMirage'!important;
  font-size: 1rem !important;
  font-weight: 500 !important;
}

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.