Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2733907
Move the swipe up button to the left.
Closed

Comments

  • Dijital started the conversation

    In the default settings of the theme, the up scroll button is on the right. I have never been able to move this button to the left. What should I do to move it to the left side?

  •  7,092
    Oliver replied

    HI!

    CSS example:

    body .scroll-top-button {
        left: 40px;
    }

     

    3938581396.jpg

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Dijital replied

    how can i change the color?

  •  7,092
    Oliver replied

    Hi,

    CSS:

    body .scroll-top-button:before {
        background-color: #06060f;
        color: #99a9b5;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver