hi,
would like to know how can i insert the facebook icon in footer ... with a link to facebook page.
would like to use <i class="icon-facebook"></i>
but how ? there is no option in menu manager to select custom html or something ?
thanks
[class^="icon-"],
[class*=" icon-"], #menu102 {
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
*margin-right: .3em;
}
Now find the icon name that suits your needs, for example “magic”, and add after the comma your menu ID with a “:before” tag.
.icon-magic:before, #menu102:before {
content: "\f0d0";
}
Now find the icon name that suits your needs, for example “magic”....
Now find the icon name that suits your needs, for example “magic”, and add after the comma your menu ID with a “:before” tag.
.icon-magic:before, #menu102:before {
content: "\f0d0";
}