New Landing How can we help? Themeforest Theme Support Dante Personal shopper Mobile device

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #44496
    rogier1988
    Member
    Post count: 3

    Is it possible to deactivate the personal shopper on mobile devices on top of the home page?
    It cannot find the on/off option in the theme options, or is this a css / style code you must add?

    Thanks!
    Gr
    Roger

    #44609
    Tahir – SUPPORT
    Member
    Post count: 1212

    Hi,
    I believe you mean the shopping cart icon which is visible on the tablet and mobile menu ?. If yes please use this custom css to hide it

    #logo a.mobile-cart-link {
    display: none !important;
    }

    Thanks
    Tahir

    #49313
    maxmi
    Member
    Post count: 2
    This reply has been marked as private.
    #50209
    Melanie – SUPPORT
    Member
    Post count: 11032

    Ah, sure we can do that, let me know your website url so I can give you custom css!

    You can try if that works right away:

    @media only screen 
    and (min-device-width : 320px) 
    and (max-device-width : 480px) {
    .swift-search-link { display:none; }
    
    }
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register