How to change the td_loading_box color

Posted in: Newspaper
Post count: 1

Hello,

I want to change the blue color of the td-loader-gif.

I tried to change the script : Newpaper/js/full_compact/site.js

var td_loading_box = {

//array_colors: ['#ffffff', '#fafafa', '#ececec', '#dddddd', '#bfbfbf', '#9a9a9a', '#7e7e7e', '#636363'],//whiter -> darker

array_colors_temp: ['rgba(99, 99, 99, 0)', 'rgba(99, 99, 99, 0.05)', 'rgba(99, 99, 99, 0.08)', 'rgba(99, 99, 99, 0.2)', 'rgba(99, 99, 99, 0.3)', 'rgba(99, 99, 99, 0.5)', 'rgba(99, 99, 99, 0.6)', 'rgba(99, 99, 99, 1)'],//whiter -> darker

array_colors: ['#ececec'],

status_animation: 'stop',

//stop loading box
stop : function stop () {
td_loading_box.status_animation = 'stop';
//jQuery('.td-loader-gif').html("");
},

But as there is no information i’m not able to change the color of the blue spin square to black only or other colors.

Could you tell me how to change its color ?

Regards,
Kepler

Post count: 7909

Hi,

You can try to add your color like this(re-write theme color) – http://screencast.com/t/tYtJglMPLt

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.