Close

Profile: zahir

Avatar

User posts

Hello,
I have used ArtFactory Theme. I've some customization with mini shopping cart. Now It's moved from top to right sidebar. When the page first time load the cart exposed with list of items, but when I hover mouse on the cart it's become collapse. I want it's always exposed and sticky.
In which part I can remove hover effect from flyout shopping cart icon.
I've comment out script section in HeaderLink.cshtml
But There is no effect.
Thank You.

Have a look my Demo site: http://gafood.bdweb.biz



                //$('.shopping-cart-link').on('mouseenter', '#topcartlink', function () {
                //    $('#flyout-cart').addClass('active');                  
                //});
                //$('.header').on('mouseleave', '#topcartlink', function () {
                //    $('#flyout-cart').removeClass('active');
                //});
                //$('.header').on('mouseenter', '#flyout-cart', function () {
                //    $('#flyout-cart').addClass('active');
                //});
                //$('.header').on('mouseleave', '#flyout-cart', function () {
                //    $('#flyout-cart').removeClass('active');
                //});