How to change the background color of a "choose options" popup?

Solved

How to change the background color of a "choose options" popup?

enikoszabo
Tourist
4 0 3

Hello, 

I would like to change the background color of the popup window that comes up when user clicks "Choose options" button on the home page. At the moment it is white and I would like it to be #ede9e4Screenshot 2024-05-29 at 22.39.40.png

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
10137 2405 3039

This is an accepted solution.

Thanks for the info, check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "quick-add.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.quick-add-modal__content, .product__media.media.media--transparent {
    background: #ede9e4;
}

 

 And Save. 

Result:

Made4uoRibe_1-1717018532196.png

Q: IS this only on the desktop or include the mobile. The code is for both deskto and mobile. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 8 (8)

conversionist
Shopify Partner
98 8 12

Hey @enikoszabo  please your store url

Building 100 Shopify apps for that BMW M5 dream

Follow the journey at https://www.youtube.com/@conversinist
https://
conversionist.online/
Buy me a coffee
enikoszabo
Tourist
4 0 3

www.lumigatti.com thank you!

 

conversionist
Shopify Partner
98 8 12
  1. Log in to your Shopify admin dashboard and navigate to Online Store > Themes > Actions > Edit Code
  2. Look for your theme's CSS file. It's usually named "base.css" or something similar and is located in the Assets folder
  3. Add this at the end of the CSS file

 

#QuickAddInfo-8640939000146 {
    background-color: #ede9e4 !important;
}

 

Save it and you should be able to see your popup with the color you want
Hope this helps

Building 100 Shopify apps for that BMW M5 dream

Follow the journey at https://www.youtube.com/@conversinist
https://
conversionist.online/
Buy me a coffee

Made4uo-Ribe
Shopify Partner
10137 2405 3039

Hi @enikoszabo 

Would you mind to share your store URL? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
enikoszabo
Tourist
4 0 3

www.lumigatti.com thank you!

Made4uo-Ribe
Shopify Partner
10137 2405 3039

This is an accepted solution.

Thanks for the info, check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "quick-add.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.quick-add-modal__content, .product__media.media.media--transparent {
    background: #ede9e4;
}

 

 And Save. 

Result:

Made4uoRibe_1-1717018532196.png

Q: IS this only on the desktop or include the mobile. The code is for both deskto and mobile. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
enikoszabo
Tourist
4 0 3

thank you so much!

PageFly-Noah
Shopify Partner
1317 233 281

This is Noah from PageFly - Shopify Page Builder App

 

Please add code here to fix it:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>

 

<style>
#QuickAddInfo-8640939000146{
   background-color: #d8d6d6 !important; 
}
</style>

 

Hope my solution will help you resolve the issue.

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.