Search
 
SCRIPT & CODE EXAMPLE
 

HTML

css change font awesome icon color

<a href="/users/edit"><i class="fa fa-cog" style="color:black !important;"></i> Edit profile</a>
Comment

css change font awesome icon color

.fa {
    color: red !important;
}
Comment

ADJUST color fontawesome icon

<i class="fab fa-js" style="color:red"></i>
Comment

css change font awesome icon color

.<fa-icon-class> { color: red !important; }
Comment

how to change color of font awesome icons

<a href="/users/edit"><i class="icon-cog"></i> Edit profile</a>
Comment

font awesome change background color stacked

<!-- Create an icon wrapped by the fa-stack class -->
<span class="fa-stack">
    <!-- Change color of the icon that will wrap the number -->
    <span class="fa fa-square fa-stack-2x" style="color:red;"></span>
    <!-- a strong element with the custom content, in this case a number -->
    <strong class="fa-stack-1x">
        1    
    </strong>
</span>
Comment

PREVIOUS NEXT
Code Example
Html :: html print today date 
Html :: html_entity_decode 
Html :: mobvoi.com 
Html :: measures have been taken to increase their number. 
Html :: html5 astrix for absolutely required field inside a td tag 
Html :: html video controls 
Html :: question mark html 
Html :: how to convert input type file into an icon 
Html :: html input checkbox unchecked 
Html :: html use js variable as text 
Html :: read only attribute in html 
Html :: vuetify tooltip 
Html :: iframe responsive 
Html :: info symbol text 
Html :: select 
Html :: input tag with data list 
Html :: call to action phone number 
Html :: html button that hide and show 
Html :: input type float 
Html :: div fit content background 
Html :: input number limit digits 
Html :: html code example 
Html :: html image goes outside div 
Html :: display html input datetime-local value from mysql date time 
Html :: html table colspan 
Html :: facebook icon in html 
Html :: html disable anchor link 
Html :: html quote block 
Html :: html remove space after paragraph 
Html :: how to add audio in html 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =