Emrge Theme: Change background colour of subscription pop-up

https://kevsjuice.com/

https://kevsjuice.myshopify.com/
PW: aickeu

Hello i would like to change the background colour of the subscription popup modal that comes up from the bottom of the screen – right now its light and you can’t read the type. (See attached)

I would like to change it to orange – #f47953

1 Like

hi @oliverjames the popup is not showing have to disable it please check with your side and let me know

Thanks

@oliverjames

Please add the following CSS code to your assets/theme–critical.css bottom of the file.

.popup--root[data-alternative-color=true] .popup--container {
    color: var(--color--alternative);
    background: #f47953 !important;
}

Thanks!

Please add below css in bottom of assets/theme–critical.css file

.popup–container {
background-color: #f47953 !important;

}
Thank you.