With this simple code snippet you can make the back-to-top button round.

Just insert the code snippet into the Additional CSS section in the Divi Theme Customizer or into the CSS of your Divi Child Theme.

.et_pb_scroll_top.et-pb-icon {
    border-radius:50%;
    right:1rem;
}

And you’re done!

Dir hat der Beitrag gefallen? Dann teile ihn gerne!