Reply To: Adding an email button in the social bar

Home Forums WordPress Themes – Premium Circumference Adding an email button in the social bar Reply To: Adding an email button in the social bar

#19769
Sushil Adhikari
Moderator

Normally I don’t do custom stuff as support because this falls outside of theme support. However, I will give you a quick solution here:

Right after this:

echo '
';

Add this:

echo '
';

then in your child theme style.css, add:

#email:before { content: '\e65f'; }