Viewing 1 replies (of 1 total)
  • Thread Starter Armagedwnas

    (@armagedwnas)

    in .js file, change this line
    var current_level = jQuery(this).attr(‘id’).split(‘_’);

    with this
    var current_level = jQuery(this).css(‘color’,’red’).attr(‘id’).split(‘_’);

Viewing 1 replies (of 1 total)
  • The topic ‘text color’ is closed to new replies.