Before you ask please READ THIS

Change Gif Image in Works

edited August 2014 in Adamant Posts: 7
Hi,

I want to change the gif rotating arrows image which shows up when i click open any of the Work Item.

How can i do that ? Where to change ?

Image attached.

Regards
Rajiv
Screen Shot 2014-08-18 at 1.53.54 AM.png
103 x 61 - 9K

Comments

  • Posts: 1,758
    Hello,
    it's not a GIF image, it is rotating Font Awesome icon.
    So you can modify it with css only.
    Here you have full list of available icons:
    http://fortawesome.github.io/Font-Awesome/icons/

    If you can find an icon for you - just post me the name of this icon, i'll prepare custom css for you.
    Remember to rate our theme if you like it ;)
    All the Best.
  • hi,
    it is possible to change the color of this font icon?And how to do that?
    Regards
    Corentin
  • Posts: 1,758
    Hi,
    just go to AdamantOptions>>Custom Style and enter color definition for .ajax_loader class.
    Remember to rate our theme if you like it ;)
    All the Best.
  • i can't figure hox to enter a valid css text to change the color to some kind of orange...:/ can you help me?
    thanks!
  • Posts: 1,758
    use this: http://www.colorpicker.com/
    set the color You want and copy color code from input field above color picker.
    example: http://www.colorpicker.com/ffc012
    Remember to rate our theme if you like it ;)
    All the Best.
  • thank you, but my problem is that i don't know what to type in the custom style column to change the ajax loader color...
  • Posts: 1,758
    You are talking about the icon from the very first post?
    Remember to rate our theme if you like it ;)
    All the Best.
  • yes sorry i m talking about the rotating awesome font
  • Posts: 1,758
    ok,
    the css class You are looking for is '.ajax_loader'.
    Go to Adamant Options >> Custom Style and place there definition like this
    .ajax_loader{
    color: #ffc012;
    }
    Remember to rate our theme if you like it ;)
    All the Best.
  • Many thanks ! This works.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!