Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #62380
    sczcoco
    Member
    Post count: 1

    Hi There,

    I want to add more Social Icons to the theme in the features header, footer, short-codes and by the team.
    example: I want to add a Mail Icon in the header and in the other places, and especially by the team i need the mail icon on the hover effect.
    Could you tell me where i can add them?

    Thanks for your time,
    sczcoco

    #62785
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit shortcodes.php at /dante/swift-framework/

    Find this code at line 768
    $output = '<ul class="social-icons '.$size.' '.$style.'">'."\n";
    
    Replace with 
    $EMAIL_URL = '';//please put your email link
    $social_icons .= '<li class="emailnew"><a href="'.$EMAIL_URL.'" target="_blank"><i class="fa-envelope"></i><i class="fa-envelope"></i></a></li>'."\n";
    $output = '<ul class="social-icons '.$size.' '.$style.'">'."\n";

    Hope it will help sure .
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #62915
    sczcoco
    Member
    Post count: 1

    Thanks for the help works as espected ๐Ÿ™‚

    sczcoco

    #62967
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

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