• Resolved wjyeshealth

    (@wjyeshealth)


    Hi there,

    I am trying to create a scroll to to the top link button using your plugin.

    I only have the option to configure it as a link. Any idea on how i can do this with your plugin ?

    Appreciate your help on this, and thanks in advance for your help!

    Regards,
    Wen Jun.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Wow-Company

    (@wpcalc)

    Hello.
    You can do the next for example:
    1. Create an element with ID – top, in the top of the site
    2. Add the link like #top to the button

    Thread Starter wjyeshealth

    (@wjyeshealth)

    Hi Thanks for the help.

    Also, is there anyway to configure scroll to top animation for this too ?

    Regards,
    Wen Jun.

    Plugin Author Wow-Company

    (@wpcalc)

    For animation, you need to use the script or you can add the next code in CSS:

    html {
      scroll-behavior: smooth;
    }

    In the site dashboard:
    ?
    Go to the page ‘Appearance’->’Customize’
    Click ‘Additional CSS’
    Add CSS code
    Click ‘Published’

    Thread Starter wjyeshealth

    (@wjyeshealth)

    Thanks @wpcalc ! That did the trick. My Top of the button is working as expected right now.

    Appreciate the assistance on this.

    Regards,
    Wen Jun.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Create a Top of the Link button’ is closed to new replies.