I need to customize the position of Scroll to Top button
please help us
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
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
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
thanks it shows up already, but i need to customize it position, the button have small space to the bottom of the website
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
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
Hey!
Sure, please add following code to Quick CSS as well
#scroll-top-link {
background-color: orange;
color: blue;
border-color: green;
}
Cheers!
Yigit
Sorry to trouble you again, the code works well, but finally i still need its css for hover color
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
thanks for your efforts, now it is working fine