Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #498109

    Hello,
    Is it possible to add the “top” to the scroll to top button?

    #498160

    Hey Edna!

    Please add following code to Quick CSS

    #scroll-top-link:before {
        content: 'top';
    }

    Regards,
    Yigit

    #498436

    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.

    #498836

    Hey,

    Please try the following instead:

    #scroll-top-link:after {
        content: 'top';
    }

    Thanks,
    Rikard

    #499296

    Thanks Rikard,
    That worked wonderfully

    E.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Scroll to top button wording’ is closed to new replies.