Home Forums Free Themes WEN Corporate Call or Phone icon in Social menu next to email, facebook, google etc.

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #82219
    minature_hero
    Participant

    Hi, Thanks in advance for your help.

    I’ve added some social connections in the header eg facebook, google and email and I get the icon display with the link. I’d like to put a phone number link there also but there isn’t an icon for “tel:” when I check in the CSS. Would it be possible to let me know the code of the phone icon so this can be added to the menu and also any CSS code needed to be added.

    Thanks

    #82293
    wensolutions
    Keymaster

    Hello @minature_hero,

    To add the additional custom link in the social menu location, please follow below given steps:

    Step 1: Go to Admin Panel > Appearance > Menus and add your desired custom links adding the URL of the page that you want to redirect the phone no.

    Screenshot:
    http://prntscr.com/l9pz4w

    Step 2: Finally add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .wen_corporate_social_widget ul li a[href*="YOUR URL"]:before{
        content: "\f095";
    } 

    In place of “Your URL” add the URL that you have added while adding the custom links.

    Hope this helps.

    Regards!!

    #82495
    minature_hero
    Participant

    🙂 Thanks so much! It works brilliantly!

    #82527
    wensolutions
    Keymaster

    Hello @minature_hero,

    Glad we could help you.

    Let us know if you have any issues further.

    Thank you.

    Best Regards!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.