Video Upload Page Font Displaying in White

Discussion in 'VideoCraft WordPress Theme' started by boorian, Oct 13, 2014.

  1. boorian

    boorian Member

    Joined:
    Oct 9, 2014
    Messages:
    35
    Likes Received:
    1
    Underneath the progress bar where it says:

    "21% Uploading... Please Wait."

    This font displays in white and also the percentage font within the progress bar displays in white. How can I change the colour of this as my background is white?
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #progress {
    color: red;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. boorian

    boorian Member

    Joined:
    Oct 9, 2014
    Messages:
    35
    Likes Received:
    1

    Hi,

    Thankyou. That resolved the problem for the percentage text within the progress bar but the text underneath the progress bar displaying "21% Uploading... Please Wait" still remains white.
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Please provide us your website url as well as the screenshot where you facing the problem.

    Thanks & Regards
    Yogesh Bhade
     
  5. boorian

    boorian Member

    Joined:
    Oct 9, 2014
    Messages:
    35
    Likes Received:
    1
  6. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    div#message {
    color: red;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page