Search code examples
javascripthtmlcsstwitter-bootstrapglyphicons

Cannot change color of glyphicon


I have span of glyphicon

Here is code

<span class="glyphicon glyphicon-calendar blue" style="color: #1d69b4;background:transparent;border:none;"></span>

On my local machine I have it blue color

Screen1

But on server I have this

Screen2

Why so and how I can make it same color like on local server?


Solution

  • Happens with me many times, after deleting caches and cookies it works fine. you can try it. or try it on different browser/system.