Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

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,280
    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,280
    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