Jump Marker - Question | JoomShaper

Jump Marker

M

Michael

SP Page Builder 1 year ago

Hello. is it possible to set an anchor (jump marker) at any point in the website? and if so, what do I have to do?

0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #147935

Hi Michael,

yes, but using Custom CSS, please override that class

.sp-scroll-up  .fa-angle-up::before
{content: "\HERE";}

we used there icon from Font Awesome 5 Free - just check and use different Unicode inside "HERE". Example

info_2266_2024.jpg

0