hermanvulkers Posted March 23, 2021 Share 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 1 Link to comment
Beyondspace Posted March 23, 2021 Share 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; } tuanphan 1 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
hermanvulkers Posted March 23, 2021 Author Share 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 1 Link to comment
Beyondspace Posted March 23, 2021 Share 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 (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
Adellorto Posted April 1, 2021 Share 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 Link to comment
tuanphan Posted April 5, 2021 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment