Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #552820

    I need to customize the position of Scroll to Top button
    please help us

    #553489

    Hey paulchiao,

    What changes would you like to make? Please link to the site in question so that we can have a closer look.

    Cheers!
    Rikard

    #553500

    Hi, Just the “Scroll to Top” button on the right bottom of the website
    when you click on it, the screen will go to the top

    #553769

    Hey!

    Theme already has a “scroll to top” button – http://kriesi.at/themes/enfold/#av_section_6. If it does not show up on your end, please post the link to your website.

    Regards,
    Yigit

    #553850

    thanks it shows up already, but i need to customize it position, the button have small space to the bottom of the website

    #553859

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    #scroll-top-link { bottom: 10px; right: 10px; }

    Best regards,
    Yigit

    #553892

    Thanks Yigit, it works

    can i change the background color of this Scroll to Top button
    since it is always the same as socket background color
    this makes them can me distinguish from each other

    #553898

    Hey!

    Sure, please add following code to Quick CSS as well

    #scroll-top-link { 
    background-color: orange;
    color: blue;
    border-color: green;
    }

    Cheers!
    Yigit

    #553900

    Sorry to trouble you again, the code works well, but finally i still need its css for hover color

    #553902

    Hi!

    No worries at all. I should have thought, my bad :)
    Please add following code to Quick CSS as well

    #scroll-top-link:hover { 
    background-color: green;
    color: yellow;
    border-color: blue;
    }

    Regards,
    Yigit

    #553934

    thanks for your efforts, now it is working fine

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Scroll to Top buttom’ is closed to new replies.