Hey, does anyone know how to change the text colour of the zip pay widget?
The text is currently not displaying: see here
Hey, does anyone know how to change the text colour of the zip pay widget?
The text is currently not displaying: see here
p .zip-container {
color: #020202;
}
@beachave
Add this in theme.css or theme.scss
Hi @beachave , Let fix this within 10 seconds. Just add the below CSS
p.zip-container span {
color: #000 !important;
}
After adding the css
Ok, that worked. Great thanks