Tagged: scroll to top
Hello,
Is it possible to add the “top” to the scroll to top button?
Hey Edna!
Please add following code to Quick CSS
#scroll-top-link:before {
content: 'top';
}
Regards,
Yigit
Thanks Yigit,
Any chance I can still keep the top arrow on top of the word “top”. Because now the arrow is basically replaced by the word “top”
Thanks so much in advance for all
E.
Hey,
Please try the following instead:
#scroll-top-link:after {
content: 'top';
}
Thanks,
Rikard
Thanks Rikard,
That worked wonderfully
E.