Hi,
I would like to receive help in order to put an icon mail near my email address, that i have inserted using the option “additional element”.
I want that in my top menu, my users can see:
[mail-icon] (Email address hidden if logged out)
Thank you!
Hey Daniele1989,
Thanks for giving us a link to your site :)
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
#top #header .phone-info:before {
content: '\e805';
font-family: 'entypo-fontello';
margin-right: 5px;
}
Let us know if this helps :)
Best regards,
Nikko
Perfect!
Another question, now I can see the Icon before the text..It’s possible make on it a link? I want that People that visit my site (If they want) can click on the text and send me a mail directly.
Another question:
How I can show the social links (in the top menu) also in Tablet and Smartphone view?
I set them and now I can only see it in the desktop view.
Thanks
Hi Daniele1989,
You can’t put a link on the icon, however you can put a link to the text or email address, just change (Email address hidden if logged out) to:
<a href="mailto: (Email address hidden if logged out) "> (Email address hidden if logged out) </a>
Hope this helps :)
Best regards,
Nikko
Perfect! It works!
How I can show the social links (in the top menu) also in Tablet and Smartphone view?
I set them and now I can only see it in the desktop view.
Thanks
Hi Daniele1989,
Glad to hear that :)
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #header .social_bookmarks {
display: block !important;
}
}
Hope this helps :)
Best regards,
Nikko