Unanswered Questions...

Hello experts, Due to an unknown chinese spammer there are some questions I asked days ago and didnt go through hoping they could be answered today :slight_smile:

  1. How to automatically let the page to scroll down to a designated anchor point after ?
  2. How to customize the color of the browser’s scroll bar when the visitors access my website?

Appreciated :slight_smile:

Hi,
1.

setTimeout(() => {
   $w("#myElement").scrollTo();
},5000); // after 5 seconds.
 
  1. It is not possible at this moment to design the scrollbar.
    Good luck!
    Roi.