-
AuthorPosts
-
November 13, 2017 at 12:28 pm #876082
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
AlfredNovember 13, 2017 at 11:44 pm #876371Hey 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,
YigitNovember 14, 2017 at 10:57 am #876531Hi 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
AlfredNovember 14, 2017 at 2:58 pm #876599Hi,
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,
YigitNovember 14, 2017 at 3:30 pm #876620Perfect!
Thank you!
Best regards
AlfredNovember 14, 2017 at 4:12 pm #876637Hi,
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 -
AuthorPosts
- The topic ‘Button for scrolling up’ is closed to new replies.
