gompa
gompa the best
guarantee they win. Two likely culprits:
- Your WordPress theme’s own CSS. Most themes ship a generic reset like
input, textarea, select { color: #333; }, and depending on load order that can quietly override the plugin’s white text on some or all fields. - Browser autofill. Chrome/Safari force black text on saved/suggested values regardless of your CSS, which shows up the moment the browser offers to fill in a name, email, or password field.
The previous fix only hardened this for the dashboard forms specifically. This update adds one blanket, high-priority rule scoped to .nexmp (the wrapper class present on every single template — search, cart, checkout, login/register, wallet, reviews, dashboard, everything) that forces white text with !important, so it wins regardless of what the theme does, plus the same autofill override extended to every field site-wide instead of just the dashboard.
If it’s still showing black text after installing this, it’d point to a caching layer (browser cache or a WP cache plugin) serving the old CSS file — worth a hard refresh (Ctrl/Cmd+Shift+R) or clearing site cache to rule that out.
- ✓ Instant Download
- ✓ 24/7 Support
Description
guarantee they win. Two likely culprits:
- Your WordPress theme’s own CSS. Most themes ship a generic reset like
input, textarea, select { color: #333; }, and depending on load order that can quietly override the plugin’s white text on some or all fields. - Browser autofill. Chrome/Safari force black text on saved/suggested values regardless of your CSS, which shows up the moment the browser offers to fill in a name, email, or password field.
The previous fix only hardened this for the dashboard forms specifically. This update adds one blanket, high-priority rule scoped to .nexmp (the wrapper class present on every single template — search, cart, checkout, login/register, wallet, reviews, dashboard, everything) that forces white text with !important, so it wins regardless of what the theme does, plus the same autofill override extended to every field site-wide instead of just the dashboard.
If it’s still showing black text after installing this, it’d point to a caching layer (browser cache or a WP cache plugin) serving the old CSS file — worth a hard refresh (Ctrl/Cmd+Shift+R) or clearing site cache to rule that out.
Customer Reviews
liulu
best place to buyAugust 9, 2026
Write a review
Reviews are checked before they appear on the site.