Hi,
how can I add round borders to the scroll to top button? It is an a-Tag, so I think it is not possible simply to add border-radius: 25px;
to the class/id of the a-Tag. Do you have an other idea?
Thanks,
Marcel
I’ve got it :)
Solution: #scroll-top-link { border-radius: 0px; }
Hi,
Glad to hear you figured it out!
Best regards,
Jordan