• If possible, could you please add the option to

        1. change scrolling speed, it’s currently too fast and there’s only x1, x2 and x4, it is too fast even at x1 speed for reading

        2. add the option to change button icon colour, right now you can only change the outer colour, but the inner colour remains white. 

        3. add the option to change button location on the vertical axis

    I hope this feedback helps! Looking forward to the update! I really like this plugin and it’s very useful for reading!

Viewing 1 replies (of 1 total)
  • Dear @xlfmpro,

    Thank you for the topic.

    1? Thank you for your suggestion.
    I will open a ticket as per this request so that our Product Management Team can discuss the possibility of adding such a feature in one of the future updates of the plugin.

    2. At the moment, unfortunately, there is no such feature available for usage.
    By the way, our Dev Team has created a new CSS code special for you to achieve your desired result.

    Please take the following CSS code and insert it into the Theme > Customize > Additional CSS.
    We have set the color as red for an example. You can change it to the color you prefer.

    body div.wpg-autoscroll-buttons-wrap div.wpg-autoscroll-button svg:not(.wpg-progress-circle) {
    fill: red; }

    div#wpg-autoscroll-buttons-wrap #wpg-autoscroll-speed-button span {
    color: red; }

    Please check this and let us know about the outcome.

    3. Please clarify your request by providing us with screenshots.
    Let us know whether you want the buttons to be on the right/left top corner.

    Looking forward to your response.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘How to change scrolling speed, button inner color and button vertical location’ is closed to new replies.