Comments 2Jordan started the conversationNovember 6, 2016 at 8:49pmHello!Love the Theme! LOVE IT! I'll make a review after I finish the site. I have bought 2 licensees and will use more in the future for other projects.How do i change the icon for email in the top area. It is currently headphones. I need a mail icon :)Thanks,Jordan[deleted] repliedNovember 7, 2016 at 2:41amHi, Sorry, I don't uderstand you. As i can see in top area is all right on your site. 2Jordan repliedNovember 7, 2016 at 2:45amSorry,I mean't the headphone icon to the left of my phone number in the top area.How do I change the headphone icon to a phone icon in the top area?Thanks[deleted] repliedNovember 7, 2016 at 11:58amPlease insert next code to Custom CSS field in theme options: .top-area-contacts .gem-contacts-phone::before { content: "\e625";} 2Jordan repliedNovember 10, 2016 at 4:20amHi Max,I added your custom CSS, but unfortunately it just added the 'e625' text and not icon.http://eandw.whimsiecreative.co.uk Thanks,[deleted] repliedNovember 10, 2016 at 10:46amYou made a mistake. Not 'e625'. You need '\e625' and remove space.Your code: .top-area-contacts .gem-contacts-phone: before { content: "e625"; }Necessary code: .top-area-contacts .gem-contacts-phone:before { content: "\e625"; } Sign in to reply ...
Hello!
Love the Theme! LOVE IT! I'll make a review after I finish the site. I have bought 2 licensees and will use more in the future for other projects.
How do i change the icon for email in the top area. It is currently headphones. I need a mail icon :)
Thanks,
Jordan
Hi,
Sorry, I don't uderstand you. As i can see in top area is all right on your site.
Sorry,
I mean't the headphone icon to the left of my phone number in the top area.
How do I change the headphone icon to a phone icon in the top area?
Thanks
Please insert next code to Custom CSS field in theme options:
Hi Max,
I added your custom CSS, but unfortunately it just added the 'e625' text and not icon.
http://eandw.whimsiecreative.co.uk
Thanks,
You made a mistake. Not 'e625'. You need '\e625' and remove space.
Your code:
Necessary code: