Change Colors of Loading Cube.

Discussion in 'BlackWell-WordPress Business Theme.' started by dcjunior, Oct 27, 2014.

Thread Status:
Not open for further replies.
  1. dcjunior

    dcjunior New Member

    Joined:
    Jun 1, 2012
    Messages:
    29
    Likes Received:
    0
    I'd like to change the colors of the loading cube.
    I really need to get this done.
    Any programmers who can help me?
    Any assistance would be appreciated.
    Thanks.
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    You can set your own loading cube that is an image loading.gif.
    If you want to use your own image , upload it through media and copy its url.
    In next step use CSS code in your custom css box.

    #spinner {
    background: url(images/loading.gif) center no-repeat #fff;
    }

    Use your copied url in place of green text above.

    Thanks & regards
    Pramod
     
  3. dcjunior

    dcjunior New Member

    Joined:
    Jun 1, 2012
    Messages:
    29
    Likes Received:
    0
    Worked perfectly. Thank you. :)
     
Thread Status:
Not open for further replies.

Share This Page