Free and Premium WordPress Plugins & Themes Forums WordPress Themes Aquentro social links: change icon footer
- This topic has 3 replies, 2 voices, and was last updated 4 years, 7 months ago by Andre Flores.
- AuthorPosts
- August 26, 2019 at 3:03 pm #845896Joao AgostinhoParticipant
Hi guys,
I would like to add the “booking” link and logo/ icon to the footer menu.
On the last side page menu since it shows only text, it’s easy, but with the icon I having some trouble.
Is that possible?!
Thanks for any help given.
Joao
September 2, 2019 at 4:08 pm #848519J. DavisKeymasterHi Joao,
Thank you for your question. The icons in the footer menu are added by FontAwesome. Unfortunately there is no icon of bookingCom logo among FontAwesome icons so the only way to add an icon to use an image applying it with custom CSS
best regards,
J. DavisApril 14, 2020 at 4:34 pm #942094Miltiadis VidalisParticipantHi,
how do i insert an email icon (ideally an envelope) from fontawesome in the footer socials menu? Facebook, Instagram and twitter work as icons, but when I write email or similar in the navigation label, the text is shown.
Thanks
MiltosApril 15, 2020 at 2:27 pm #942509Andre FloresModeratorHi, Miltiadis!
The Font Awesome unicode for E-mail (envelope) is:
\f0e0
So, once the Email is added to the navigation menu, add the following CSS code under Appearance ->Customize ->Additional CSS:.theme-social-menu a[href*="YOUR_MAIL_TO_LINK_GOES_HERE"]::before { content: "\f0e0"; }
Where YOUR_MAIL_TO_LINK_GOES_HERE is the mailto link you have added to the Email menu item.
Regards,
Andre - AuthorPosts
- You must be logged in to reply to this topic.