Jump to content

Custom font for product price

Recommended Posts

Hi, I am just wondering how to change the front of the price on my shop's first page as well as on the detail page (once you click on it). Here is what I was used to modify the title font at least:

 

h1.ProductList-title {
    font-family: 'MODERATBOLD' !important;
}
.empty-message {
    font-family: 'MODERATBOLD' !important;
}
/* Style product detail page */
/* h1 */
.collection-type-products.view-item h1 {
    color: #ee3d5c;
    font-size: 3em;
   font-family: 'MODERATBOLD'
}

 

There are probably redundancies since I know very little about coding...

 

Thanks! 😀

Link to comment
  • Replies 6
  • Views 3.1k
  • Created
  • Last Reply

Please post the URL to your Store page.

If your site is not public please set up a site-wide password, if you've not already done so. Post the password here.

We can then take a look at your issue.

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

Add the following to Design > Custom CSS.

.ProductList .product-price,
.ProductItem-details .product-price

  {
  
  font-family: MODERATBOLD;
  
  }

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
On 11/4/2020 at 9:15 PM, BeauJoe said:

It worked, thank you sir!

I see your site has a small problem on Tablet.

Wine Reviews Page, text is a bit narrow.

You can add this to Home > Design > Custom CSS to increase width

/* Wine reviews 2020 */
@media screen and (max-width:900px) and (min-width:641px) {
body#collection-5ef7a61f75467b19acc4dc7a {
main .span-3 {
    width: 50% !important;
}
main .span-8 {
    width: 100% !important;
}
}
}

image.thumb.png.4112cec5a6a185aa98434a70c4ae0495.png

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

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.