Jump to content

Changing font for cart styling in Brine template

Recommended Posts

On 2/10/2020 at 5:15 AM, CRAndersonArt said:

Hey! Nope, just the title shopping cart is the font I'm looking to change!

https://courtneyandersonart.squarespace.com/config/design

For future comments.

Add to Home > Design > Custom CSS

h2.CartHeader-cartTitle-9Dk3d.cart-title {
    text-transform: lowercase;
}

 

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 months later...
On 7/13/2020 at 9:30 AM, atotheme said:

Hey @tuanphan do you possibly know how to change the font for the shopping cart? It's not coming up as an option to change on site styles. 

https://www.jaiminee.com/cart 

P: 1234

My best, 

Amy

 

Shopping Cart title or empty message?

Add to Home > Design > Custom CSS

h2.CartHeader-cartTitle-9Dk3d.cart-title {
    font-family: monospace;
    color: red;
}
.empty-message {
    font-size: 20px;
    font-family: fantasy;
    color: green;
}

 

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
  • 9 months later...
On 4/29/2021 at 5:55 PM, whereami said:

@tuanphan I've tried the suggestions above...I'd like 'SHOPPING CART' to be 13px lowercase (normal), and the same with the item title, price etc...everything needs to be the same. Do you know how? Many thanks https://www.caferoyalbooks.com/cart

Which template do you use? It looks like WordPress WooCommerce site ☘️

Add to Design > Custom CSS

/* cart title */
.cart-title {
    text-transform: lowercase !important;
    font-size: 13px;
}
div#sqs-cart-container * {
    font-size: 13px !important;
    text-transform: lowercase;
}

 

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

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.