We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

change cart drawer color

Solved

change cart drawer color

Mdb_Gioto
Excursionist
49 0 17

Hello, how can I chance the cart drawer color? I'd like to have this color: #F4F6F8 . how can I change it?

I use symmetry theme and this is my link store: https://vomeroitaly.com/

thanks

Screenshot 2024-10-25 at 20.33.23.png

Accepted Solution (1)

Guleria
Shopify Partner
4299 825 1189

This is an accepted solution.

Hello @Mdb_Gioto ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your styles.css file and paste the following code at the bottom:

.cart-summary-overlay {
    background-color: #F4F6F8 !important;
}

 

If you need any other help with code part you can drop me an email.

You can find the email in the signature below.

Thanks

- Elevate Your Store with Expert Shopify Services. Email: guleriathakur43@gmail.com - Need a quick fix or a tailored customization? I’ve got you covered.
- Looking to enhance your pages? Try GEMPAGES- a powerful drag & drop page builder.
- Let’s make your store stand out. Get in touch today!
- My Apps: Productify Groups – Smart product grouping made easy.

View solution in original post

Replies 2 (2)

Guleria
Shopify Partner
4299 825 1189

This is an accepted solution.

Hello @Mdb_Gioto ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your styles.css file and paste the following code at the bottom:

.cart-summary-overlay {
    background-color: #F4F6F8 !important;
}

 

If you need any other help with code part you can drop me an email.

You can find the email in the signature below.

Thanks

- Elevate Your Store with Expert Shopify Services. Email: guleriathakur43@gmail.com - Need a quick fix or a tailored customization? I’ve got you covered.
- Looking to enhance your pages? Try GEMPAGES- a powerful drag & drop page builder.
- Let’s make your store stand out. Get in touch today!
- My Apps: Productify Groups – Smart product grouping made easy.

kevinkarma55
Shopify Partner
101 11 11

Hi Mdb_Gioto,

K. Karma here again, I don't know if there is a customization setting for it but you can easily change it using code. Follow these steps:

Online Store > Themes > click ... (three dot next to your theme) > Edit code 

Find a file name styles.css

Find a style name matching : 

.cart-summary-overlay {
    position: fixed;
    z-index: 8001;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    background: #000;
    border-bottom: 1px solid #e2e2e2;
    font-size: 14px;
    line-height: 1.4;
    transition: all .5s ease-out;
}

 Do you notice the background property? Change it to your color and SAVE

Hope this helps!

Please remember to Like & Mark Solution to the post if it helped you.
Thanks !
If you'd like to support me, you can Buy Me a Coffee
Need help with anything related to Frontend?
Checkout kevinkarma.me