1. keithvb
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 03 April 2017
  5.  Subscribe via email
How can I globally change the Font Awesome icon colors?

thanks...
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of the icons in question?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Ciarán,

Sorry for being non-specific...

Website: cwcnew.keithvb.com

J51 Template: Habitat

I can specify individual fa icon colors.
I'd like to make them all one color (lightblue) globally.

My custom css:
/*-- change individual icon color --*/
.fa-facebook::before {
color: lightblue !important;
}

thanks,

Keith
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Just a note...

Reply doesn't work in FireFox 51.0.1
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Keith

To amend try adding the following to the Custom CSS field of your templates parameters...

.fa::before, 
.hornav .menu li [class^="fa-"]::before,
#footermenu .menu li [class^="fa-"]::before {
color: lightblue !important;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks.
I see that there is no global way to set fa attributes.
I need to be specific.
Don't know much about fa...

Keith
  1. more than a month ago
  2. Commercial Templates
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!