Home Forums Jevelin Theme email icon 'meet the team' Reply To: email icon 'meet the team'

Home Forums Jevelin Theme email icon 'meet the team' Reply To: email icon 'meet the team'

Solution for this topic

You can change behance icon to email icon 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

 

.icon-social-behance:before {
    content: "\e086";
}