Hi, I’d like to know if it’s possible to:
• Disable the mouse pointer effects (circle, sound, etc.)
• Disable the transition effect when changing pages
1) Disable the mouse pointer effects (circle/sound/ripple)
Please go to Appearance → Customize → General and enable:
Disable Right Ripple Effect → ON, then Publish.
(After that, clear any cache and hard refresh the page.)
2) Disable the page transition effect
There isn’t a dedicated on/off option for the page transition in the Customizer. However, you can disable it with this method:
Add this to Appearance → Customize → Additional CSS and save:
.overlay { display: none !important; }
This is the same approach we recommend for Pixelwars themes to remove the “switch / transition” overlay.
Best regards,
Serkan
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in and have valid license to reply to this topic.