Jump to content

How do I use custom fonts on product page?

Recommended Posts

  • 2 weeks later...
  • Replies 3
  • Views 563
  • Created
  • Last Reply

Hi. Add this to Design > Custom CSS

/* Product title font */
.collection-type-products .grid-title, h1.ProductItem-details-title {
    font-family: 'OGG' !important;
}

On mobile footer, do you want to center footer nav links?

image.thumb.png.5d3223ac390b06b5c429ab6ea2efcbf4.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
  • 4 weeks later...

Hi Taunphan,

Apologies I only just saw your response. Yes if you have a code that would make the footer links centred would be very helpful!

Another question - for my mobile shop page, the product description underneath the images are too narrow. How do I make the spacing wider on mobile? I've attached images so you can see.

Many thanks!

1400077355_Screenshot2021-04-11at5_08_20pm.png.c440b393d54b0b18a4368cfc473fe87e.png

Link to comment
On 4/11/2021 at 11:09 PM, livvywenstan said:

Hi Taunphan,

Apologies I only just saw your response. Yes if you have a code that would make the footer links centred would be very helpful!

Another question - for my mobile shop page, the product description underneath the images are too narrow. How do I make the spacing wider on mobile? I've attached images so you can see.

Many thanks!

1400077355_Screenshot2021-04-11at5_08_20pm.png.c440b393d54b0b18a4368cfc473fe87e.png

Add to Design > Custom CSS

/* mobile */
@media screen and (max-width:767px) {
/* align center products */
footer.sections * {
    text-align: center;
}
/* title too narrow */
.products.collection-content-wrapper .grid-main-meta .grid-title {
    padding-left: 30px;
    padding-right: 30px;
}
}

 

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.