• Resolved digitakis

    (@digitakis)


    Bonjour,

    le bouton “retour vers le haut” n’a pas la même apparence que celle qu’il devrait avoir selon les réglages dans apparence / personnaliser, son design est parfait en back-end, mais pas en front… une idée d’où provient ce beug ? merci

    Fanny

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Shahin

    (@skalanter)

    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

    Thread Starter digitakis

    (@digitakis)

    Merci beaucoup ! le beug est bien corrigé ??

    Shahin

    (@skalanter)

    You’re most welcome.
    I’m glad that the solution was helpful.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.