Exchange the SCROLL TO TOP icon

hi community

does anybody know how to change the arrow icon in the class/button?
thank you in advance for any suggestions.

Hello @michaelokraj

That icon comes from the font awesome library/font.
You can overide and change the icon number like this:

Go into Page > Settings > Add Code and in the Header add this:

<style>
.fa-chevron-up:before {
    content: "\f164";
}
</style>

And you should have a thumb up icon.
thumb

Go to Font Awesome and pick the icon/number you want to use.

Hope this helped! :nerd_face:

/ Johny

3 Likes

hi @Jakerlund

here is my reply:

.fa-chevron-up:before { content: "\f598"; }

check this code! :slight_smile:

1 Like

I get this thingy :face_with_monocle:

icon

it was supposed to be:

:wink:

1 Like

Ah… lovely :sunglasses:

1 Like