Jump to content

Product Page - Item Title - Custom CSS

Recommended Posts

Site URL: https://snail-hyperboloid-dk28.squarespace.com/config/design

Hi Guys,

 

I've already got custom fonts on my site but I'm just looking for those last few area's to fix up. On this product detail page :

https://snail-hyperboloid-dk28.squarespace.com/config/design

I'm looking for custom css for these items :

- Product Detail Page Item Title

- Product Detail Page Breadcrumbs Text

 

If anyone could help that would be amazing! Thank you 🙂

Link to comment
  • Replies 4
  • Created
  • Last Reply
33 minutes ago, cattg said:

Site URL: https://snail-hyperboloid-dk28.squarespace.com/config/design

Hi Guys,

 

I've already got custom fonts on my site but I'm just looking for those last few area's to fix up. On this product detail page :

https://snail-hyperboloid-dk28.squarespace.com/config/design

I'm looking for custom css for these items :

- Product Detail Page Item Title

- Product Detail Page Breadcrumbs Text

 

If anyone could help that would be amazing! Thank you 🙂

Please use this

image.thumb.png.2b565f653ccb01f68e0680c009f11034.png

.ProductItem-details-title {
    font-family: 'SilkSerif-Regular' !important;
}
nav.ProductItem-nav * {
    font-family: 'SilkSerif-Regular' !important;
}

 

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date format)
💫 Animated Buttons (Referral URL)
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment

Additionally is that an add on to find the css text?

I actually figured out the breadcrumbs nav one and the item heading in the end using the a font tool add on to find the element ID text but your add on looks like it gives you the full code? If you could share that would be great.

Link to comment
1 hour ago, cattg said:

Additionally is that an add on to find the css text?

I actually figured out the breadcrumbs nav one and the item heading in the end using the a font tool add on to find the element ID text but your add on looks like it gives you the full code? If you could share that would be great.

Use this

.ProductItem-details-title {
    font-family: 'SilkSerif-Regular' !important;
}
nav.ProductItem-nav * {
    font-family: 'SilkSerif-Regular' !important;
}
[class*="CartTableRow-itemTitle"] a {
      font-family: 'SilkSerif-Regular' !important;
}

I inspect the element by right click on it a choose inspect

image.thumb.png.6a249d925b82fe13e1057b2b2c7d31d6.png

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date format)
💫 Animated Buttons (Referral URL)
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.