Hi,
I have created a footer template. How do I insert an icon there that has the Back to Top function?
Kind
Adam
Add any element with link field you like to your Footer template, in the link field put #Wrapper, and add scroll class to this element.
Best regards
How can I set the element to sticky?
There is no option for that.
Ok, then I'll go back to the standard option.
Here I have the problem that although I have selected white as the background colour, it is not displayed.
http://p670391.mittwaldserver.info/wp/
Try the following CSS code:
#back_to_top{ background-color: #fff; } #back_to_top i{ padding: 8px; }
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Thank you! Now it's a square, can you also make a circle?
Replace the first code I have sent with the following one:
#back_to_top{ background-color: #fff; border-radius: 50%; }
Now it is oval and not round.
You did not include this part:
Please add it and all should be fine.
You're right. Thank you!
Comments
Hi,
Add any element with link field you like to your Footer template, in the link field put #Wrapper, and add scroll class to this element.
Best regards
How can I set the element to sticky?
There is no option for that.
Best regards
Ok, then I'll go back to the standard option.
Here I have the problem that although I have selected white as the background colour, it is not displayed.
http://p670391.mittwaldserver.info/wp/
Try the following CSS code:
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards
Thank you! Now it's a square, can you also make a circle?
Replace the first code I have sent with the following one:
Best regards
Now it is oval and not round.
You did not include this part:
Please add it and all should be fine.
Best regards
You're right. Thank you!