Jump to content

Various font questions

Recommended Posts

1. Change font only for mobile: I'd like to change font size of the quote on this page only on mobile. How can I target just the quote?

2. Change font of the lightbox that pops up when you click "quick view" on products (attached screenshot)

3. Cart page fonts: get rid of or change the font of "shopping cart" and customize "checkout" button (attached screenshot)

 

Website: www.personalchefberlin.de

Password: june

 

Captura de pantalla 2020-06-13 a las 16.37.14.png

Captura de pantalla 2020-06-13 a las 16.40.10.png

Link to comment
  • Replies 3
  • Views 588
  • Created
  • Last Reply

Q1. Where is? Can you take screenshot?

Q2. Add to Home > Design > Custom CSS

.sqs-product-quick-view-content {
/* Lightbox Price */
 span.sqs-money-native {
    font-family: monospace;
}
/* description */
.ProductItem-details-excerpt {
    font-family: fantasy !important;
}
/* Add to cart */
.sqs-add-to-cart-button-inner {
    font-family: monospace;
}
}

Q3.

.cart-title {
    display: none;
}
.checkout-button span {
    color: red;
    font-family: monospace;
    font-size: 20px;
}

 

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

try

.sqs-product-quick-view-content {
.product-price * {
    font-family: monospace !important;
}
.ProductItem-details .variant-option select option {
    font-family: monospace !important;
}
}
.checkout span {
    font-family: monospace !important;
}

 

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.