Tagged: top bar
Dear team,
for my DEV page below, i´ve tried several codes from other tickets, but did not finde a solution. What I need is:
– phone symbol prior to phone no, mail symbol prior to mail adr.
– more space between phone and mail (….. 88 11 24 | Schreiben…..)
– direct link to phone call and mail send
Hey,
Thanks for contacting us!
I have shared HTML code of the icons here – https://pastebin.com/FzNmuqGh. First line is for the phone icon and second one is for mail. Could you please try pasting HTML codes instead? :)
Best regards,
Yigit
Hi Yigit,
I think I did not understand you right, sorry. I´ve entered now:
<span class=”av-icon-char” aria-hidden=”true” data-av_icon=’ue854′ data-av_iconfont=”entypo-fontello”></span>
resp.
<span class=”av-icon-char” aria-hidden=”true” data-av_icon=”ue805″ data-av_iconfont=”entypo-fontello”></span>
The result is obviously not working as you can see. How I do it right?
Thx again
Hey,
Simply pasting the HTML codes should display the icons. For example here is the text that I used in extra info field – https://pastebin.com/2ScNjTTf and this is the result – https://imgur.com/a/5XZ9n8q.
If you would like us to look into it for you, please create temporary admin logins and post them here privately :)
Cheers!
Yigit
Hey,
ok, now I´ve got it :-) And how can I make the space bigger befoer & after ” | “? simply adding space does not show any effect
Hey,
Great!
Please wrap | inside a span tag as following
<span class="header-sep">|</span>
and then add following code to bottom of Quick CSS field
.header-sep { margin: 0 10px; }
Best regards,
Yigit
Hey Yigit,
cool, now it´s fine :-)
Thx a lot & cheers, Tilman