Custom color for email popup

Custom color for email popup

blakelyhiner
Shopify Partner
26 1 5

I'd like to invert these colors for the Pop-up, but the theme editor does not allow for this through the editor, without custom CSS. Using Reformation Theme. Thanks! 

 

url: https://milosminimart.com/

pw: minimart2025

 

Screenshot 2025-05-20 at 8.45.38 PM.png

Replies 2 (2)

Bundler-Manuel
Astronaut
1118 51 131

Hey there @blakelyhiner  You should try out the following steps 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.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:
  4. And Save.
textarea#contact_form_template--16158091280553__1632180071f18cee62-contact-textarea {
    color: black !important;
}
input#search-input {
    color: black;
}
Emmanuel
Please let me know if it works by marking it as a solution!
Bundler - Product Bundles app, a great bundle app for Shopify, with glowing user testimonials and a free plan.
blakelyhiner
Shopify Partner
26 1 5

Appreciate your willingness to help, that did not do anything to the popup modal though.. I want to make the background this color #50685D and all text, buttons, outlines this color: #BAD4DD . Basically swap the colors there now.