Questions tagged [font-awesome-4]
82 questions
1
vote
2 answers
Font Awesome Upgrading to 4.0.3
I am currently running 3.0.2 and looking into upgrading to 4.0.3. If we do go forward with the upgrade, will I have to go into all of the html and change the calls i currently have for the icons?
Thanks

user3267805
- 11
- 1
0
votes
2 answers
when changing versions FontAwesome 4 to 6, how to specify correctly in css?
good day!
there is a static website in html, it has replaced Font Awesome 4 with 6, and there are no problems, however, one of the slider display classes that is missing, namely the left and right scrolling buttons:
previously, I had no problems…

Vision 10
- 13
- 5
0
votes
1 answer
What is the difference between Font Awesome 4 and 5?
Could you please write me : what is the difference between Font Awesome 4 and 5?
and what is the difference between :
Thank You !

Mohammadreza
- 11
- 2
0
votes
0 answers
How to migrate from font awesome v4 to v5?
I am upgrading an Angular project to use the pro version of the Font Awesome 5 icons. Until now, the project was using only the free version (v5). It is evident that it has, at some point in its long history, also used version 4 since the build…

Rod Nolan
- 71
- 1
- 2
0
votes
1 answer
How to use FontAwesome in a Dynamics 365 Portal?
We have a website, which has been built up from the default Dynamics 365 portal; the header menu (primary navigation) has an item for 'home', when edited has a URL as .fa.fa-home an image derived from FontAwesome
We want to add another menu item,…

Sean
- 862
- 8
- 28
0
votes
1 answer
Glyphicons in Bootstrap 4
I am using Bootstrap 4. I would like to use Glyphicon in Datatable. I included font-awsome.
My CSS code is like below
table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after,…

abu abu
- 6,599
- 19
- 74
- 131
0
votes
3 answers
Font Awesome icons don't align
Hey I have a problem with aligning my FA icons to buttons. I don't know why this happens I've been roughly following a tutorial and doing some stuff that I'm capable of figuring out on my own but I can't seem to find a solution for my problem.
This…

Dom Janiga
- 3
- 1
0
votes
0 answers
Font awesome icon showing only in debug mode
I am trying to show a spinner FA icon before ajax call submission and a correct/wrong FA icon on ajax completion, but the icons only change when the whole function gets over. It works perfectly on debugging mode but changes the classes only after…

Moin Khan
- 674
- 2
- 9
- 27
0
votes
0 answers
Using a Font Awesome Icon as the text of Bootstrap's file input's browse button
There is a way to change the default "Browse" text of Bootstrap's file input field's button, see the docs. Is there a way to use a Font Awesome Icon in place of "Browse"? (In an Angular 8 environment.)
Edit after question has been closed:
Sorry, I…

tom
- 2,137
- 2
- 27
- 51
0
votes
4 answers
Font awesome background color is overflown
I want to set background color for a fontawesome icon :
.vert {
background: springgreen;
}
...
return '';
At runtime I get this :
So how to fill just the interior of the circle ?

pheromix
- 18,213
- 29
- 88
- 158
0
votes
1 answer
Replace images with font awesome
I'm trying to change the code for displaying images for reviews. The previous code has 5 images of stars. The first image has one star, the next two and so on. The width of each image is the same so the alignment is always correct. The code that was…

user3052443
- 758
- 1
- 7
- 22
0
votes
1 answer
Upgrading from font awesome 4 to pro 5 with angular ..icons not showing up
I was trying to upgrade from font awesome 4 to 5 . I was following this link
I removed the font awesome 4 package : npm uninstall font-awesome
and then added a npmrc file containing this code in the root of my project as described in their…

pietà
- 760
- 1
- 11
- 37
0
votes
0 answers
font awesome 4 - how to align SVGs?
The font awesome 4 code generates these SVGs which are not target-able with typical CSS, which sucks, and breaks my entire codebase.
In the past, you could make an tag, and style it like everything else, but now that these SVGs get generated in…

JacobIRR
- 8,545
- 8
- 39
- 68
0
votes
1 answer
fonts stopped working in font-awesome 4.7 version
I am using font-awesome version 4.7. Everything was fine few days back but suddenly few fonts stopped working. Here is the list:
1.fa-television
2.fa-handshake-o
3.fa-product-hunt
Can anyone please help me to understand why and how can I fix…

vimal mishra
- 1,087
- 2
- 12
- 32
0
votes
0 answers
Will Adblocker remove my font awesome "YouTube" icon?
I'm using Font Awesome and at the bottom of their Icons Page there is a yellow(ish) warning box:
In the warning box it says:
Apparently, Adblock Plus can remove Font Awesome brand icons with their "Remove Social Media Buttons" setting.
And I'm…
user5870134