I want to change the icon color but when I change it throughout the css the icons break, can someone tell me how to just change the fontawesome icons color?
I want to change the icon color but when I change it throughout the css the icons break, can someone tell me how to just change the fontawesome icons color? |
How are you changing the colour? Please show us what you did. Geeks, making the world a better place |
I didnt do it yet, I am asking ppl here to see if I can get an answer. I want to keep the icons but change them from blue to something else yet everytime I touch the css the icons disappear. any help would be great. |
take a look at the icons css file there are some icons with different color, yes it can be done, i have done it. (don't forget to clear cache) |
take a look at the icons css file there are some icons with different color, yes it can be done, i have done it. (don't forget to clear cache) I see that but do not see black and i just want the forum folders black, I want to eliminate the blue. anytime I change the font in this css it breaks the icons. none of the provided ones are black. |
They are just fonts. Looking at my site they are black; which is the default font colour for the site. I suspect that another css setting is making them blue. Geeks, making the world a better place |
yeah I looked into it and look at the anchor.css and at the top you will see the colors that make it blue, change those and they change. its not perfect but it does change the icon color but not the first one for some reason. |
Use firebug plugin for Firefox, it will help you to identify the css that is controlling the colour. You need to turn off css caching in the admin so you can see the name of the css file and the line number where the class/id is located. Geeks, making the world a better place |