Go To Top - Question | JoomShaper

Go To Top

Robert

Robert

Template 3 years ago

Hi there,

I want to change the icon for go to top from chevron-up to angle-up... I saw the go to top has the span class of chevron up but where can i change it?

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #12901

Hi, you have to override FA icon using custom CSS.

a.sp-scroll-up .fa-chevron-up::before {content: "\f106";}


f106 is code of angle-up icon foto_5993_2021.png

0
Robert
Robert
Accepted Answer
3 years ago #13910

thnx it worked :)

0