New Landing How can we help? Themeforest Theme Support Neighborhood Mobile logo & cart icon

Viewing 4 posts - 1 through 4 (of 4 total)
  • #326594
    larslenselink
    Member
    Post count: 99

    Dear support team,

    With the help of the article on your support forum (http://www.swiftideas.com/forums/topic/change-logo-on-mobile-device/) I managed to change the logo for our mobile website (http://www.transferpersshop.nl). However, the logo has no link anymore (does go to the homepage when I press it). How can I get this to work again?

    Furthermore, the cart icon is missing on the mobile view. How can I fix this?

    Kind regards,
    Lars Lenselink

    #326600
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add this code to the custom css option

    @media only screen and (max-width: 1024px){
       .mh-tabletland #logo a:first-child {
           float: left;
           width: 100%;
           height: 100%!important;
           cursor: pointer;
       }
    }

    -Rui

    #327552
    larslenselink
    Member
    Post count: 99

    Thanks, the link works again. What about the missing cart icon on mobile? How can I fix that.

    #327704
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Try this code below

    .menu > li.shopping-bag-item a > i.sf-cart, .mobile-cart-link i.sf-cart {
        background: transparent url(images/shopping_bag_icon.png) no-repeat top left!important;
    }
    #logo a.mobile-cart-link {
        margin-top: 10px!important;
    }

    -Rui

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 the following item
Login and Registration Log in · Register