Lower right button to scrolling up
Can the button be supplemented with a button to scroll down? If yes how?
Thanks for the support.
Best regards
Alfred
Hey Alfred,
Please refer to this post – https://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ and add a widget area to your header and then add this code – https://pastebin.com/YuVskhAc into your widget area using Custom HTML widget and finally add following code to Enfold theme options > General Styling > Quick CSS
#scroll-bottom-link {
position: fixed;
border-radius: 2px;
height: 50px;
width: 50px;
line-height: 50px;
text-decoration: none;
text-align: center;
right: 50px;
top: 50px;
bottom: auto;
z-index: 1030;
}
Best regards,
Yigit
Hi Yigit,
great!
The only problem is the icon. It is the angle-up icon. I need the angle-down icon. If I copy this icon from the fontello homepage, a wrong icon appears. I need this “”.
Where is my mistake?
Best regards
Alfred
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#scroll-bottom-link {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
Best regards,
Yigit
Perfect!
Thank you!
Best regards
Alfred
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit