New Landing How can we help? Themeforest Theme Support Dante Login icon mobile header

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

    Hi, and congrats for this amazing theme!

    How can I add an user login icon in mobile interface, near the shopping chart or menu items?

    Thanks.

    Oscar.

    #81163
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Inside the file sf-header.php located in “dante/includes/”

    Replace this code:

    $logo_output .= '</div>'. "\n";
    					
    // LOGO RETURN		
    return $logo_output;

    By this one:

    $logo_output .= '<a href="http://support.swiftideas.net/" class="visible-sm visible-xs mobile-cart-link"><i class="ss-user"></i></a>'."\n";
    $logo_output .= '</div>'. "\n";
    						
    // LOGO RETURN		
    return $logo_output;

    Also replace http://support.swiftideas.net/ in the code by your login url.

    Has a best practice this modification should be done in a Dante child theme.

    Hope it helps.

    Best Regards,
    Rui

    #81186
    orey
    Member
    Post count: 3

    Fantastic Rui!

    it Works fine!

    #81196
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Glad to hear it.

    Best regards,
    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 one of the following items
Login and Registration Log in · Register