Title: plugin color customization
Last modified: November 25, 2024

---

# plugin color customization

 *  Resolved [giddiempire](https://wordpress.org/support/users/giddiempire/)
 * (@giddiempire)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/plugin-color-customization/)
 * Hello,
 * I will like to know the directory path to customize the plugin color so as to
   suit my website.
 * Also my website uses dark mode, when dark mode is activated the frontend of the
   plugin does not change accordingly, what can be done to balance the switch mode?
 * Thanks

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/plugin-color-customization/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-color-customization/page/2/?output_format=md)

 *  [Tusher Ikbal](https://wordpress.org/support/users/tusherikbal/)
 * (@tusherikbal)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/plugin-color-customization/#post-18161577)
 * Hi,
 * Thank you for reaching out to us.
 * Regarding your query, could you please provide additional details, such as your
   website link and the specific area where you’d like to change the color? This
   will help us better understand your request and provide a more accurate solution.
 * Additionally, for the dark mode issue, we recommend checking if your theme or
   a custom CSS snippet can be used to align the plugin’s appearance with your website’s
   dark mode settings.
 * Regards
 *  Thread Starter [giddiempire](https://wordpress.org/support/users/giddiempire/)
 * (@giddiempire)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/plugin-color-customization/#post-18162258)
 * My website link is ….
 * [https://giddipro.com/](https://giddipro.com/)
 * Below is the campaign page…. with FundEngine plugin, need to change all the color
   blue to ED4900
 * [https://giddipro.com/campaign/](https://giddipro.com/campaign/)
 * 2) Yes the theme or a custom CSS snippet can be used to align the plugin’s appearance
   with my website’s dark mode settings.
 *  [Tusher Ikbal](https://wordpress.org/support/users/tusherikbal/)
 * (@tusherikbal)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/plugin-color-customization/#post-18171469)
 * Hi [giddiempire](https://wordpress.org/support/users/giddiempire/),
 * Hope you are doing fine.I apologize for the delay. Upon checking, I found that
   the progress bar on your campaign page was blue. Using this CSS code, the color
   will change.
 *     ```wp-block-code
       .wfp-view .wfp-round-bar .wfp-round-bar-data {height: 30px;width: 30px;line-height: 30px;background-color: #ED4900! important;}
       ```
   
 * To apply this CSS, go to Dashboard > Customization > Additional CSS and paste
   the code there. Once done, the blue color will change.
 * Regards
 *  Thread Starter [giddiempire](https://wordpress.org/support/users/giddiempire/)
 * (@giddiempire)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/plugin-color-customization/#post-18171545)
 * Thanks,
 * But I will like every link and other Blue color text to be change to #ED4900
 * Example : [https://giddipro.com/fundraising/my-project/](https://giddipro.com/fundraising/my-project/)
 * to change the **money raise colo**r and the **active table menu** below
 * Await your css code on it. Thanks
 *  [Tusher Ikbal](https://wordpress.org/support/users/tusherikbal/)
 * (@tusherikbal)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/plugin-color-customization/#post-18177472)
 * Hi [giddiempire](https://wordpress.org/support/users/giddiempire/),
 * Hope you are doing fine. You can change the FundEngine campaign colors from **
   Dashboard > FundEngine > Settings > Display Settings** (**[screenshot](https://d.pr/i/NCW4UE)**).
   Now change the color, and it’ll work.
 * Other colors, you can check the theme global color setting if it does not change.
   I hope this can help.
 * Regards.
 *  Thread Starter [giddiempire](https://wordpress.org/support/users/giddiempire/)
 * (@giddiempire)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/plugin-color-customization/#post-18177701)
 * All done still not working. please find a css code that i can use to correct 
   it.
 * Thanks
 *  [Tusher Ikbal](https://wordpress.org/support/users/tusherikbal/)
 * (@tusherikbal)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/plugin-color-customization/#post-18184140)
 * Hi,
 * I understand. Using this CSS code, the color will change.
 *     ```wp-block-code
       .wfp-view .wfp-header-cat--link {color: #ED4900 !important;}.wfp-view .wfdp-donate-goal-progress.both_show .raised-amount .wfp-inner-data {color: #ED4900 !important;}.wfp-view .wfp-goal-single .wfdp-donate-goal-progress .raised .target-date-goal {color: #ED4900 !important;}
       ```
   
 * To apply this CSS, go to **Dashboard > Customization > Additional CSS **and paste
   the code there. Once done, the blue color will change.
 * Regards.
 *  Thread Starter [giddiempire](https://wordpress.org/support/users/giddiempire/)
 * (@giddiempire)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/plugin-color-customization/#post-18184221)
 * It works,
 * But the below Tab color has not changed, also the category color, kindly send
   the code line for the below Tab description to change accordingly.
 * Also how can a user withdraw from his dashboard?
    -  This reply was modified 1 year, 5 months ago by [giddiempire](https://wordpress.org/support/users/giddiempire/).
 *  [Tusher Ikbal](https://wordpress.org/support/users/tusherikbal/)
 * (@tusherikbal)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/plugin-color-customization/#post-18189463)
 * Hi,
 * Hope you’re doing well. The category color has been updated ([screenshot](https://d.pr/i/AKb3dO)).
   You can also change the tab text color and social media color using the following
   CSS:
 *     ```wp-block-code
       .wfp-view .wfp-tab>li.active>a {color: #ED4900 !important;}.wfp-view .wfp-tab>li>a:before {background-color: #ED4900 !important;}.wfp-view .wfp-share-media>li>a {color: #ED4900 !important;}
       ```
   
 * Regarding payments, users will need to contact the website owner directly to 
   receive payments, as there is no automatic payment system currently in place.
   I hope this clarifies the process.
 * Regards.
 *  Thread Starter [giddiempire](https://wordpress.org/support/users/giddiempire/)
 * (@giddiempire)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/plugin-color-customization/#post-18191482)
 * Thanks
 * please the tap section slashed Review & Update form submit button background 
   color still display blue color, please help with the css code to change the button
   background color to #ED4900 while the text remains white. Thanks
 *  [Tusher Ikbal](https://wordpress.org/support/users/tusherikbal/)
 * (@tusherikbal)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/plugin-color-customization/#post-18199163)
 * Hi [giddiempire](https://wordpress.org/support/users/giddiempire/),
 * Hope you are doing fine. I apologize for the delay. Here is the CSS code for 
   the star rating and review submit button.
 *     ```wp-block-code
       .wfp-view .xs-review-rating-stars ul.xs_review_stars li.star.selected>i.xs-star {color: #ED4900 !important;}.wfp-view .xs-review-rating-stars ul.xs_review_stars li.star.hover>i.xs-star {color: #ED4900 !important;}.wfp-view .xs-btn-primary {background-color: #ED4900 !important;}
       ```
   
 * Regards.
 *  [Tusher Ikbal](https://wordpress.org/support/users/tusherikbal/)
 * (@tusherikbal)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/plugin-color-customization/#post-18205765)
 * Hi [giddiempire](https://wordpress.org/support/users/giddiempire/),
 * I hope you are doing well. We have provided all the necessary CSS code to assist
   in resolving the issue you were facing.
 * Could you please confirm if everything is now working as expected? If there’s
   anything else you need assistance with, feel free to let us know. We’ll be happy
   to help further.
 * If the issue is resolved, we’ll proceed to close this ticket. Thank you for your
   cooperation.
 * Best Regards.
 *  Plugin Support [Reedwanul Haque](https://wordpress.org/support/users/reedwanul/)
 * (@reedwanul)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/plugin-color-customization/#post-18212286)
 * Dear [@giddiempire](https://wordpress.org/support/users/giddiempire/)
 * I hope this message finds you well. Since we haven’t received any response from
   you, we assume that the issue has been resolved. Therefore, I’m marking this 
   thread as resolved.
 * If you need any further assistance on this matter, feel free to create a new 
   thread. We will be happy to assist you.
 * Best Regards,
   Reju
 *  Thread Starter [giddiempire](https://wordpress.org/support/users/giddiempire/)
 * (@giddiempire)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/plugin-color-customization/#post-18217863)
 * Thanks,
 * I think we are left with few css code to amend with the color, check the below
   screenshot for more understanding.
 * [https://snipboard.io/SnarOl.jpg](https://snipboard.io/SnarOl.jpg)
 * This screenshot shows the user’s dashboard interface.
 * Await your soonest response. Thanks
 *  [Tusher Ikbal](https://wordpress.org/support/users/tusherikbal/)
 * (@tusherikbal)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/plugin-color-customization/#post-18218197)
 * Hi [giddiempire](https://wordpress.org/support/users/giddiempire/),
 * I hope you are doing well. Here is the CSS code for the nav item and campaign
   page,
 *     ```wp-block-code
       .wfp-view .xs-btn {     background-color: #ED4900 !important;}.wfp-view section.wfp-dashboard div.dashboard-content .dashboard-left-section .wfp-menu-left ul.wfp-main-menu li.opend a {  color: #ED4900 !important;}.wfp-view section.wfp-dashboard div.dashboard-content .dashboard-left-section .wfp-menu-left ul.wfp-main-menu li.opend a {    color: #ED4900 !important;}.wfp-view section.wfp-dashboard div.dashboard-content .dashboard-left-section .wfp-logout .logout-button {    width: 100%;    color: #ffff !important;}.wfp-menu-left ul.wfp-main-menu li.opend i {    color: #ED4900 !important;}.wfp-view section.wfp-dashboard .my-campaign .campaign-tab .top-menu-dashboard li.active a {    color: #ED4900 !important;    border: 1px solid #ED4900 !important;      border-bottom: none !important;}
       ```
   
 * Regards.

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/plugin-color-customization/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-color-customization/page/2/?output_format=md)

The topic ‘plugin color customization’ is closed to new replies.

 * ![](https://ps.w.org/wp-fundraising-donation/assets/icon-256x256.png?rev=2544150)
 * [FundEngine – Donation and Crowdfunding Platform](https://wordpress.org/plugins/wp-fundraising-donation/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-fundraising-donation/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-fundraising-donation/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-fundraising-donation/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-fundraising-donation/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-fundraising-donation/reviews/)

 * 16 replies
 * 3 participants
 * Last reply from: [Tusher Ikbal](https://wordpress.org/support/users/tusherikbal/)
 * Last activity: [1 year, 4 months ago](https://wordpress.org/support/topic/plugin-color-customization/page/2/#post-18231690)
 * Status: resolved