Hi, @ep2012 you can enable smooth scrolling with a visually pleasing effect using plugins.
If you would like to request a new feature within the Classic Editor can you please open a new issue on the GitHub repository below:
https://github.com/WordPress/classic-editor/issues
Thread Starter
OFS
(@ep2012)
Ok, I added that, but you didn’t answer about the advance button. I hope you understood.
Thanks
Hi @ep2012 you can reach out to the developers on the link below to for a feature request.
https://github.com/WordPress/classic-editor/issues
but you didn’t answer about the advance button
You would like to have an advanced button that enables smooth scrolling in the classic editor?
Thread Starter
OFS
(@ep2012)
Sorry for the delay. Ok, I posted a feature request.
Thanks
Thank you for creating that issue @ep2012! I am going to mark this support thread as resolved for now.
One more thing, @ep2012 . You could make the scroll on your site “smooth” just by adding a line of custom CSS code:
html {
scroll-behavior: smooth;
}