Adding a font awesome to login and Register
2 posters
Page 1 of 1
Ape- Administrator
-
Posts : 17856
Reputation : 1904
Language : fluent in dork / mumbojumbo & English haha
Re: Adding a font awesome to login and Register
Hi there, add this to your CSS:
Now... I am not sure if they will show up as those icons at first if you don't have the link source in your coding, but this is worth a shot. All else fails, you can even put in place an image instead of font.
- Code:
#fa_right > a:nth-child(1):before {
content: '';
padding-right: 2px;
}
#fa_right > a:nth-child(2):before {
content: '':
padding-right: 2px;
}
Now... I am not sure if they will show up as those icons at first if you don't have the link source in your coding, but this is worth a shot. All else fails, you can even put in place an image instead of font.
Draxion- Support Moderator
-
Posts : 2513
Reputation : 321
Language : English
Location : USA
Re: Adding a font awesome to login and Register
Thank you @Draxion that did not work at first then i found out why lol
Buy now solved with thanks to you
- Code:
it should have been like this
#fa_right > a:nth-child(1):before {
content: "";font-family:FontAwesome;
padding-right: 2px;
}
#fa_right > a:nth-child(2):before {
content: "" ;font-family:FontAwesome;
padding-right: 2px;
}
- Code:
;font-family:FontAwesome
Buy now solved with thanks to you

Problem solved & topic archived.
|
Ape- Administrator
-
Posts : 17856
Reputation : 1904
Language : fluent in dork / mumbojumbo & English haha

» Font Awesome Update
» Font Awesome in the editor
» Issue with Font Awesome in Editor
» How to install and use Font Awesome
» Font Awesome (Icons)
» Font Awesome in the editor
» Issue with Font Awesome in Editor
» How to install and use Font Awesome
» Font Awesome (Icons)
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum