Hello @digitakis,
Thank you for reaching out,
After checking your site, I noticed that you seem to have a plugin enforcing FontAwesome version 6 site-wide. However, the scroll-to-top icon is still using FontAwesome version 5. But don’t worry, you can fix this issue by applying the following CSS code, so please put the CSS below in Customizing > Custom CSS/JS > CSS Code:
.fa-angle-up:before {
font-family: "Font Awesome 5 Free" !important;
}
Please read this link for more information about the CSS/JS code on the customizer: https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website.
Result: https://ibb.co/cNBdcBm
Note: If you have any cache plugin or server cache(CDN / Browser Cache and Cookies and …), you need to clear its cache contents or disable them to see your changes. Also, remember to click on the regenerate all assets file and data in Elementor > Tools(if you have Elementor).
I hope it helps.
Best Regards
Merci beaucoup ! le beug est bien corrigé 🙂
You’re most welcome.
I’m glad that the solution was helpful.