Shopify themes, liquid, logos, and UX
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 #ede9e4
Solved! Go to the solution
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:
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!
Hey @enikoszabo please your store url
#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
Hi @enikoszabo
Would you mind to share your store URL? Thanks!
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:
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!
thank you so much!
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.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025