Jump to content

[Share] Product Title font

Recommended Posts

If you want to change the font for Product Titles, you can use these CSS codes to Website Tools > Custom CSS.

Replace the monospace with the font that you want. You can see this guide to find how to find exact font family name.

#1. Product Titles on Shop/Category Pages

section.products.collection-content-wrapper .grid-main-meta .grid-title {
    font-family: monospace !important;
}

image.png.12b368a56eaad4adff9f5d39f7ccaff7.png

#2. Product Titles on Product Detail Page

h1.ProductItem-details-title {
    font-family: monospace !important;
}

#3. Product Titles on Related Products

/* related product titles */
.grid-title {
    font-family: monospace !important;
}

#4. Product Titles on Summary Block

a.summary-title-link {
    font-family: monospace !important;
}

#5. Product Titles on Quick View Lightbox

div.sqs-product-quick-view-lightbox .ProductItem-details-title {
    font-family: monospace;
}

#6. Product Titles on Product Block

div.product-block .productDetails .product-title {
	font-family: monospace;
}

#7. Product Titles on Cart Page

a.cart-row-title {
	font-family: monospace;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • Replies 0
  • Views 193
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

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.