Home Forums WoodMart support forum Issue with Scroll to top

Issue with Scroll to top

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #676194

    support-9584
    Participant

    Hello, my issue is that the
    .scrollToTop:after {
    content: “\f115”;
    font-family: “woodmart-font”;
    }
    doesn’t seem to load, and the arrow is missing.
    When i disable Elementor Pro the pseudoelement :after works fine, and the arrow appears.

    Attachments:
    You must be logged in to view attached files.
    #676243

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .scrollToTop::before {
        content: "\f115";
        font-family: "woodmart-font" !important;
    }

    Best Regards,

    #676246

    support-9584
    Participant

    I did it, still not working, it is probably not related to css

    Attachments:
    You must be logged in to view attached files.
    #676320

    Hello,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards,

    #677059

    support-9584
    Participant

    Hello i am providing you with the information

    #677097

    Hello,

    Your issue has been resolved. Check back your site after completely clearing the browser cache and check the issue.

    Best Regards

    #677098

    support-9584
    Participant

    Could you tell me what did u change so i can replicate it on the live site ?

    #677175

    Hello,

    I have removed the custom css code from the Appearance > Customize > Custom CSS and added the previous code in Theme Settings > Custom CSS.

    Best Regards,

Viewing 8 posts - 1 through 8 (of 8 total)