Tagged: icons
Hi, i am using a icons in the footer, like this:
[av_font_icon font="entypo-fontello" icon="ue805" size="14px" position="left" Color="#8cc7b6"]welcome [at] techtalk.at
[av_font_icon font="entypo-fontello" icon="ue854" size="15px" position="left" Color="#8cc7b6"]+43 (1) 402 35 96 – 0
I dont remember where i saw the list of available icons as ue codes?
I want to add a 3rd link as a Twitter icon.
Thank you,
-rolf
Hi rolfroyce!
Enable the debug view, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, and then insert an icon in your page content and the shortcode for it will display in the debug view. You can copy that shortcode and paste it into your footer.
Best regards,
Elliott
if you are in f.e. advanced layout builder and you have opened e.g. an icon-box
by hovering the icons and let the mouse over it for a while the charcodes are shown.
by the way – if you want to use the fonts via css in enfold ( for example via :before or :after pseudoclass you have to put
content:” \e803″; instead of content:” \ue803″; _ the u has to be deleted)
for example – i have an own fontello icon set (vfg) uploaded with a pdf icon and on every pdf link i do this:
.pdflink li a:after {
content:" \e803";
font-family:vfg;
font-size:10px;
position:relative;
top:-8px
}
Hi!
The Twitter icon codes are (circled and not-circled):
ue8f1
ue8f2
Regards,
Josue
Thanks, the ‘delete u’ made it for me. You are a genius ;)