Title: Loader css styles
Last modified: September 30, 2020

---

# Loader css styles

 *  Resolved [aurora.patera](https://wordpress.org/support/users/aurorapatera/)
 * (@aurorapatera)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/loader-css-styles/)
 * Hey friend!
    Awesome plugin. Thanks for developing this! Could you tell me how
   to style the loader texts to show them (they are in the same colour of my background
   at the moment) and how to insert a success message after it uploads the file?
 * Also, we’re having an issue with duplicate posts (which is no big deal but I’d
   like to solve it nevertheless). Could you help?
 * Have a good day!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Floader-css-styles%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [odude](https://wordpress.org/support/users/odude/)
 * (@odude)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/loader-css-styles/#post-13474123)
 * Yes, there is no option in setting to change the colors of your choice.
    You 
   need to have a knowledge of CSS
 * The file need to be edited is
    ……\wp-content\plugins\wp-upg\css\style.css
 * You need to change the line shown below for progress bar
    ===================
   =================
 * /* Progress Bar */
    .upg_progress-bar { width: 100%; background-color: #e0e0e0;
   padding: 3px; border-radius: 3px; box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);}
 * .upg_progress-bar-load {
    display: block; height: 22px; background-color: #659cef;
   border-radius: 3px; transition: width 500ms ease-in-out; } .upg_progress-bar-
   process { display: block; height: 22px; background-color: #4caf50; border-radius:
   3px; transition: width 500ms ease-in-out; }
 *  Thread Starter [aurora.patera](https://wordpress.org/support/users/aurorapatera/)
 * (@aurorapatera)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/loader-css-styles/#post-13479152)
 * Thanks! And for the texts? Because those are the ones that are invisible due 
   to being the same colour of the BG.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Loader css styles’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-upg_72695c.svg)
 * [User Post Gallery - UPG](https://wordpress.org/plugins/wp-upg/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-upg/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-upg/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-upg/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-upg/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-upg/reviews/)

## Tags

 * [duplicate posts](https://wordpress.org/support/topic-tag/duplicate-posts/)

 * 2 replies
 * 2 participants
 * Last reply from: [aurora.patera](https://wordpress.org/support/users/aurorapatera/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/loader-css-styles/#post-13479152)
 * Status: resolved