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?
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
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.
Hello, Please provide us your website url as well as the screenshot where you facing the problem. Thanks & Regards Yogesh Bhade
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