Archived topic
Make Smooth Scroll work via Custom Style CSS
3 replies · Started by scometamus on September 16, 2022
Dear GP-team,
implemented a great slider plugin (Depicter, incredible tool) and implemented an anchor link. Now I am struggling on how to implement the smooth scroll function from GeneeratePress. I have the option to manipulate the button/link in the Depicter tool with Custom CSS, but I am not sure on how to implement smooth scroll there. It's working with
selector {
background: green;
}
Maybe you can give me a hint here, would appreciate that.
Thanks a lot in advance!
Hi there,
the <a> element in the sliders HTML requires the smooth-scroll class to be included.
If thats not possible, then see this doc:
https://docs.generatepress.com/article/generate_smooth_scroll_elements/
It provides a snippet so smooth-scroll applies to all links
Okay thank you!
You're welcome