Jump to content

Change colors on shopping cart page to match with store page.

Recommended Posts

9 minutes ago, hermanvulkers said:

Site URL: https://www.cloudshots.nl/

Hello everyone,

I would like the colors on my shopping cart page to be the same as on my store and product page.

I have added two screenshots as an example.  The logo, menu text and announcement bar should be black for example.

Can anyone help?

Best,

Herman Vulkers

 

 

Schermafbeelding 2021-03-23 om 16.00.07.png

Schermafbeelding 2021-03-23 om 15.59.51.png

try adding this into Design->Custom CSS
 

body:not(.header--menu-open)#cart .burger-inner .top-bun, 
body:not(.header--menu-open)#cart .burger-inner .patty, 
body:not(.header--menu-open)#cart .burger-inner .bottom-bun {
    background-color: #000;
}
#cart .header-title-logo {
  filter: invert();
}
body:not(.header--menu-open)#cart .header-actions .icon--stroke svg {
  stroke: #000;
}
body:not(.header--menu-open)#cart .header-nav-wrapper a,
body:not(.header--menu-open)#cart .header-actions .icon-cart-quantity {
  color: #000;
}
#cart .header-actions .btn, #cart .header-skip-link {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

image.thumb.png.b2c69cfba52644e31923a8a3b05015d0.png

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date format)
💫 Animated Buttons (Referral URL)
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment
11 minutes ago, hermanvulkers said:

Wow, thanks, it worked. 

Can you maybe also help to give the announcement bar a black color and white text just like store page?

try

body:not(.header--menu-open)#cart .burger-inner .top-bun, 
body:not(.header--menu-open)#cart .burger-inner .patty, 
body:not(.header--menu-open)#cart .burger-inner .bottom-bun {
    background-color: #000;
}
#cart .header-title-logo {
  filter: invert();
}
body:not(.header--menu-open)#cart .header-actions .icon--stroke svg {
  stroke: #000;
}
body:not(.header--menu-open)#cart .header-nav-wrapper a,
body:not(.header--menu-open)#cart .header-actions .icon-cart-quantity {
  color: #000;
}
#cart .header-actions .btn, #cart .header-skip-link {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
#cart .sqs-announcement-bar {
    background: #000;
}
#cart .sqs-announcement-bar-text p, #cart .sqs-announcement-bar-text a {
  color: #fff;
}
#cart .sqs-announcement-bar-close:after {
    color: #fff;
}

 

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date format)
💫 Animated Buttons (Referral URL)
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment
  • 2 weeks later...

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.