-
Posts
13 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Everything posted by AlishaK
-
Trying to target button text on image card
AlishaK replied to AlishaK's topic in Customize with code
That worked! Thank you, Taun. -
This was actually a question for @dustinandjessica 🙂 Apologies, didn't realize it would appear all the way at the bottom of the forum.
- 60 replies
-
- shopping-cart
- sizes
-
(and 1 more)
Tagged with:
-
May I ask how you changed the fonts within the same line? (The Bliss Box). It's lovely!
- 60 replies
-
- shopping-cart
- sizes
-
(and 1 more)
Tagged with:
-
Site URL: https://bamboo-icosahedron-37sw.squarespace.com/ I'm trying to target the button font, trying this: .image-button, .image-button.sqs-dynamic-text { font-family: 'Mabry'; font-weight: 400; }
-
Excellent, thank you!
- 29 replies
-
- hamburger-icon
- menu
-
(and 2 more)
Tagged with:
-
Amazing, Taun. Thank you so much.
- 60 replies
-
- shopping-cart
- sizes
-
(and 1 more)
Tagged with:
-
May I get some assistance with changing the button style in the mobile menu? I'm trying to change the font and color. I'd like the button color to stay blue but the font to change to the hex and font-family below. I've tried this: .button.header-cta * { color: #F7EFE7; font-family: 'MDNichrome0.7'; } Site is here: https://bamboo-icosahedron-37sw.squarespace.com/ Thank you!
- 29 replies
-
- hamburger-icon
- menu
-
(and 2 more)
Tagged with:
-
- 60 replies
-
- shopping-cart
- sizes
-
(and 1 more)
Tagged with:
-
- 60 replies
-
- shopping-cart
- sizes
-
(and 1 more)
Tagged with:
-
Thank you, both! Final thing I'm struggling with here, why is the button and Item/Qty/Price not changing? I'd like the button to be black with #F7EFE7 text color, and the Item/Qty/Price to be black. Appreciate the help! /* Cart page */ body#cart #page { background: #F7EFE7; } body#cart div#sqs-cart-root * { color: black !important; } .cart-title { visibility: hidden; } .cart-title:before { visibility: visible; content: "Shopping Cart"; color: black; font-size: 50px; font-family: 'MDNichrome0.7'; letter-spacing: 1px; } .cart-item-list-labels span { font-size: 25px !important; color: black; } body .checkout button._3yWY284uI { background: black; color: #F7EFE7; font-family: 'MDNichrome0.7'; }
- 60 replies
-
- shopping-cart
- sizes
-
(and 1 more)
Tagged with:
-
Hi all, I'm following along in this thread but still not seeing how to change the background color of this page. I want the background color of this page to be #F7EFE7 and all text (including title of product, price, and subtitle) to be black. Here's my code: .cart-body { color: #F7EFE7; } .cart-title { visibility: hidden; } .cart-title:before { visibility: visible; content: "Shopping Cart"; color: black; font-size: 50px; font-family: 'MDNichrome0.7'; letter-spacing: 1px; } .cart-item-list-labels span { font-size: 20px !important; color: black; } My site is here: https://bamboo-icosahedron-37sw.squarespace.com/
- 60 replies
-
- shopping-cart
- sizes
-
(and 1 more)
Tagged with: