-
Content Count
15 -
Joined
-
Last visited
Reputation Activity
-
MakingWaves reacted to mandrous in 7.1 - Increase Vertical Padding in Dropdown Menu
@tuanphan you are half the reason I use Squarespace. I love you.
-
MakingWaves reacted to paul2009 in Delivery confined to postcode or area
Squarespace only includes a solution for North America. It isn’t possible to code a solution into the checkout for other parts of the world because Squarespace lock this down. If, like many others, you are struggling with this issue, please log a ticket with Squarespace Customer Care so that they know how many users this affects worldwide.
-
MakingWaves reacted to tuanphan in Changing Shopping Cart Page
Add to Home > Design > Custom CSS
body#cart { margin-top: 100px; }
-
MakingWaves reacted to tuanphan in Changing Shopping Cart Page
.cart-title:before { visibility: visible; content: "tuanphan"; font-style: normal; }
-
MakingWaves reacted to tuanphan in Changing Shopping Cart Page
Add to Home > design > Custom CSS
/* Shopping cart title */ .cart-title { visibility: hidden; } .cart-title:before { visibility: visible; content: "tuanphan"; } /* Checkout */ .checkout-button { background: green !important; color: red !important; font-family: monospace !important; }
-
MakingWaves reacted to IXStudio in Custom Font in Newsletter Block Name fields
Hi
Use this code in Design -> Custom CSS
.newsletter-block .newsletter-form-button { max-height: 50px !important; } Please use the like button if it helps you!
Best,
Leopold
-
MakingWaves reacted to tuanphan in 7.1 - Increase Vertical Padding in Dropdown Menu
a.Header-nav-folder-item { padding-top: 10px; }