Ride Theme: Edit background of cart drawers and pop ups (currently transparent)

Solved
kealanicf
Tourist
3 0 0

Hello, I've been trying to figure out how to either increase the opacity or change the color of the cart drawer's and pop-up's background but am having a hard time. Originally they were showing as transparent. From trying different things I've gotten it from transparent to a sheer white but I'm honestly not sure how I did that and I also have a feeling its just a shadow setting and not the actual background color. I haven't seen any option in the theme settings to change this, nor do I know where to edit the code to change it myself. Please help!

Preview link:https://16gv1a2hvr9gjbjz-51548717234.shopifypreview.com

Screenshot attached in zip file

接受的解决方案(1)
Lucid_Polygon
Shopify Partner
349 62 85

This is an accepted solution.

  • Online store > themes > Customize > Theme Settings > Colors > Background 1

This is the color for the cart drawer and shop background together.2022-09-09在屏幕截图7.05.30 PM.png

- Was my reply helpful? ClickLiketo let me know!
- Was your question answered? ClickAcceptas Solution

View solution in original post

Replies4(4)
Lucid_Polygon
Shopify Partner
349 62 85

This is an accepted solution.

  • Online store > themes > Customize > Theme Settings > Colors > Background 1

This is the color for the cart drawer and shop background together.2022-09-09在屏幕截图7.05.30 PM.png

- Was my reply helpful? ClickLiketo let me know!
- Was your question answered? ClickAcceptas Solution
kealanicf
Tourist
3 0 0

Thank you so much! I was using the colors from my brand (which was white) as a dynamic source and not actually selecting a color.

Ahsan_ANC
Shopify Partner
1354 242 293

Hi,@kealanicf

You can try this code


1. Go to Online Store-> Theme->Edit code
2. Asset-> base.css ->paste the below code at the bottom of the file.

.drawer__inner{ background: #BB6ED8; } .quick-add-modal__content{ background: #BB6ED8; }
Contact for any custom design? Skype : ahsananc
>Was your question answered? Mark it as an Accepted Solution!
Feel Free to Contact Me at my Email: anc2277@gmail.com


To enhance and customize Shopify search and filter, I use Boost Product Filter & Search
kealanicf
Tourist
3 0 0

Thank you!