The OneTap toggle button looks transparent – how can I fix that?
If the OneTap toggle button appears semi-transparent on your website, you can fix it by adding a small CSS rule to force full opacity.
.apop-container-toggle .apop-toggle {
opacity: 1 !important;
}
This will make the toggle button fully visible on all pages.
How to apply it:
- WordPress Customizer: Go to
Appearance > Customize > Additional CSS
, paste the code above, and click Publish. - Elementor Pro: Edit any page, click the ⚙️ icon (bottom left), go to Advanced > Custom CSS, and paste the code.