Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @gecatabg,

    Thanks for contacting Leap13 support!

    Actually, there’s no direct option to achieve that, but you can use these custom JS code. Add HTML widget under your banner and copy/paste the below code :

    <script >
        window.onload = function() {
            const $ = jQuery;
    
            let deviceType = elementorFrontend.getCurrentDeviceMode();
    
            if (deviceType !== "desktop") {
    
                $(".premium-banner-ib").addClass("active");
    
            }
    
        }; 
    </script>

    Hope it does the trick for you, please let me know if you still need any further assistance.

    Regards

    Thread Starter gecatabg

    (@gecatabg)

    Thanks, it works perfectly

    Great, I’m so glad that everything is working just fine with you now.

    If you have any farther questions, please don’t hesitate to feed me back anytime?
    It would be great if you could please do us a BIG favor by rating Premium Addons for Elementor on our WordPress?page.

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Premium Banner hover always on for mobile device’ is closed to new replies.