Email for team member

Home Forums Jevelin Theme Email for team member

Home Forums Jevelin Theme Email for team member

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    RESOLVED Posts
  • Dr.elk
    Participant

    Hello,

     

    how can I add an email address for a team member? For example that an extra icon appears next to the social media icons?

     

    Thanks,

    Eric

    Hi Eric,

     

    I hope you are well today and thank you for your question.

     

    Currently the Unyson team member content element doesn’t provide option for email but you can use any existing unused social icon for image then we can change its icon to email icon developing custom CSS code.

     

    Best regards,
    Shufflehound team

    Dr.elk
    Participant

    Hi,

     

    thanks for your reply. That sounds good. Can you change the symbol of the Behance link to email icon, please.

     

    Thanks,

    Eric

    You have to add Behance link on your site so that I can help you to change it to email icon.

    Dr.elk
    Participant

    OK, that’s done. Can you change the Behance icon to email icon, please.

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-team-overlay .sh-team-icon i:before {
        content: "\e086";
    }

    Dr.elk
    Participant

    When I use your code all icons are changed to email icon for team members . However, I only would like to change the Behance icon.

    Solution for this topic

    Sorry for that. Please use below custom CSS code instead of above.

     

    .sh-team-overlay .sh-team-icon i.icon-social-behance:before {
        content: "\e086";
    }

    Dr.elk
    Participant

    Thanks, this works!

    You are most welcome here 🙂

Viewing 10 posts - 1 through 10 (of 10 total)