Is it possible to change the icon used for the scroll to top button. I have managed to change the colour using the class but can’t figure how to change the actual icon to something like an upward point chevron.
So …
1.) You can replace the inline SVG after export.
2.) You can disable it in the page settings and create your own with your own logic.
Thanks for that. I wonder if @Norm would consider making it changeable?
1 Like
Yeah I wonder. ![]()
Perhaps change from the inline SVG to using a standard SVG Icon so it can be changed via the new Blocs 6.0.0 SVG Icon Manager, lots of libraries have arrows and directional indicators. Then style the SVG with custom classes.
Or do a Blocs Byte tutorial to explain to users how to disable the default button and wire up their own custom button using what’s already present in Blocs JS, CSS. Looks doable to me in reviewing the Blocs page source.
Guess it’s just nuanced aesthetics people desire when designing.