Title: Forminator forms collors
Last modified: November 22, 2024

---

# Forminator forms collors

 *  Resolved [dellos](https://wordpress.org/support/users/dellos/)
 * (@dellos)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/forminator-forms-collors/)
 * Hi, I have problem with forminator plugins on website. It seems I can’t change
   color for forms on all my pages, and standard form color from thame is used. 
   I trided to make changes but seems all is not helping.
 * Turning off plugins didn’t help also. I can’t find solution for this problem.
   I’ve tested other form plugin and works just fine, but like the forminator and
   would like to use it.
 * Oh and when I’m editing page/post form is working just fine but on site is not
   getting colors I’ve changed.
    -  This topic was modified 1 year, 10 months ago by [dellos](https://wordpress.org/support/users/dellos/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fforminator-forms-collors%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [Nithin – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport11/)
 * (@wpmudevsupport11)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/forminator-forms-collors/#post-18154125)
 * Hi [@dellos](https://wordpress.org/support/users/dellos/),
 * I could notice 500 error in the console when loading the style sheets related
   to the plugin.
 * Could you please try the following snippet and see whether it helps?
 *     ```wp-block-code
       <?php
       add_filter( 'forminator_upload_root_htaccess_rules', 'wpmudev_remove_htaccess_rules', 10, 1 );
       function wpmudev_remove_htaccess_rules( $rules ) {
       	if ( ! empty( $rules ) ) {
       		$rules = str_replace('Options -ExecCGI', '', $rules);
       	}
       	return $rules;
       }
       ```
   
 * You can find the following doc helpful on how to apply the above code as a mu-
   plugins.
 * [https://wpmudev.com/docs/using-wordpress/installing-wordpress-plugins/#installing-mu-plugins](https://wpmudev.com/docs/using-wordpress/installing-wordpress-plugins/#installing-mu-plugins)
 * Once done, access your site via FTP (or cPanel “File Manager” or similar tool)
   and go to** /wp-content/uploads/forminator** folder and remove only the following
   line inside the **.htaccess** file:
 * `Options -ExecCGI`
 * Please do make sure to clear the cache once the changes are applied and let us
   know if you still face the same issues regarding this.
 * Looking forward to your response.
 * Best Regards,
 * Nithin
 *  Thread Starter [dellos](https://wordpress.org/support/users/dellos/)
 * (@dellos)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/forminator-forms-collors/#post-18154184)
 * Hi, im not convinced to install any mu-plugin’s to my wordpress site. Is there
   other way the plugin will work out of box?
 *  Thread Starter [dellos](https://wordpress.org/support/users/dellos/)
 * (@dellos)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/forminator-forms-collors/#post-18154283)
 * Ok this solution worked. But what is the problem with my site, that I have to
   use mu-plugin?
 *  Plugin Support [Jair – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport15/)
 * (@wpmudevsupport15)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/forminator-forms-collors/#post-18154608)
 * Hi [@dellos](https://wordpress.org/support/users/dellos/),
 * I hope you are doing well today!
 * In this specific case, the issue was related to how the .htaccess rules were 
   set up for file uploads, causing the 500 error and preventing the changes from
   being applied. By using the mu-plugin approach, we were able to override those
   rules and resolve the problem.
 * We are glad to hear that the information provided has been helpful for you and
   we are marking this thread as resolved accordingly. Please let us know in case
   you need further help.
 * Kind regards,
   Zafer

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

 The topic ‘Forminator forms collors’ is closed to new replies.

 * ![](https://ps.w.org/forminator/assets/icon-256x256.gif?rev=3443182)
 * [Forminator Forms – Contact Form, Payment Form & Custom Form Builder](https://wordpress.org/plugins/forminator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/forminator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/forminator/)
 * [Active Topics](https://wordpress.org/support/plugin/forminator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/forminator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/forminator/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [Jair – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport15/)
 * Last activity: [1 year, 10 months ago](https://wordpress.org/support/topic/forminator-forms-collors/#post-18154608)
 * Status: resolved