Viewing 3 replies - 1 through 3 (of 3 total)
  • Leo

    (@leohsiang)

    Hi there,

    Try changing the CSS to this:

    a.generate-back-to-top,
    a.generate-back-to-top:visited {
        background-color: rgba( 225, 0, 0, 0.4 ); /* rgba or hex */
        color: #FFFFFF;
    }
    
    /* the button when you hover/click it */
    
    a.generate-back-to-top:hover,
    a.generate-back-to-top:focus {
        background-color: rgba( 0, 225, 0, 0.6 ); /* rgba or hex */
        color: #FFFFFF;
    }
    Thread Starter nico6293

    (@nico6293)

    Hi Leo
    Works fine.
    thanks,
    Nico

    Leo

    (@leohsiang)

    No problem ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Customize scroll to top button’ is closed to new replies.