Upload progress

Discussion in 'VideoCraft WordPress Theme' started by air172, Jul 19, 2015.

  1. air172

    air172 Guest

    Joined:
    Mar 16, 2015
    Messages:
    16
    Likes Received:
    0
    In the upload video page, when a member uploads own video, a progress bar shows the percentage (%) and (% uploading please wait) in white letters. The letters are very hard to see. How can I change the color of the letters.

    VideoUpload.jpg
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #percent {
      color: black;
    }
    Thanks,
    Praveen
     

Share This Page