-
andoro
Hello team,
I’ve enabled “Menu Plus” in the GP modules. In Apperance > Customise > Layout, I’ve enabled “Sticky Navigation” for all devices (on). Will the button then be created automatically in the site footer element, or do I need to create it manually myself?
What are the specific settings required so that the button appears at the bottom right and scrolls smoothly to the top of the page when clicked? I would be grateful for your advice. Thanks in advance.BR
andoro -
Hi andoro,
Will the button then be created automatically in the site footer element, or do I need to create it manually myself?
I’m not sure I understand. What button are you referring to? Do you mean the back to top button?
-
andoro
Hi Ying,
exactly, I mean the back to top button.
BR
andoro -
You can go to customizer > layout > footer, and enable the Back to Top Button.
-
andoro
Hi Ying,
ok, it works. Can this button be customized in size and color ?
BR
andoro -
You can change its colors at customizer > colors > Back to Top.
To change its size, CSS is needed.
You can use CSS like this:
body a.generate-back-to-top { background-color: rgba(0, 0, 0, 0.4); color: #ffffff; } -
andoro
Hi Ying,
thank you so much, I got it to work.
BR
andoro -
You are welcome 🙂
- You must be logged in to reply to this topic.