hermanvulkers Posted March 23, 2021 Posted March 23, 2021 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
Beyondspace Posted March 23, 2021 Posted March 23, 2021 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 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; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
hermanvulkers Posted March 23, 2021 Author Posted March 23, 2021 Wow, thanks, it worked. Can you maybe also help to give the announcement bar a black color and white text just like store page?
Beyondspace Posted March 23, 2021 Posted March 23, 2021 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 (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Adellorto Posted April 1, 2021 Posted April 1, 2021 @bangank36 i have a problem with the"x" delete item button the remove item button seems to have disappeared, I think its because it blended in with the black background of the whole page. So if there is a way to change that icon into a WHITE color as well would be great
tuanphan Posted April 5, 2021 Posted April 5, 2021 @Adellorto To change X color, add this to Design > Custom CSS button[title="Remove Item"] span { color: red; } 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.