Title: Forminator&#8217;s CSS style
Last modified: September 8, 2021

---

# Forminator’s CSS style

 *  Resolved [nelsonwp](https://wordpress.org/support/users/nelsonwp/)
 * (@nelsonwp)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/forminators-css-style/)
 * Hello. At the top of our Forminator dashboard there is a note: _Forminator’s 
   CSS style cannot be loaded because your website’s address is configured in WordPress
   to use HTTP instead of HTTPS. This may cause some web content, including Forminator
   forms, to display incorrectly._ In fact, our website uses HTTPS. How do we get
   Forminator to recognize that our site uses HTTPS? I have checked Forminator’s
   settings, but I don’t see the option there. Thank you.

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

 *  [Predrag – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support1/)
 * (@wpmudev-support1)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/forminators-css-style/#post-14850184)
 * Hi [@nelsonwp](https://wordpress.org/support/users/nelsonwp/),
 * Can you try going to Settings > General panel in your WP admin and ensure that
   both Site and WordPress address fields use HTTPS protocol.
    If not, change it
   so it does and see if the issue is gone after that.
 * Cheers,
    Predrag
 *  Thread Starter [nelsonwp](https://wordpress.org/support/users/nelsonwp/)
 * (@nelsonwp)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/forminators-css-style/#post-14851736)
 * Thank you, Predrag. You are right. Both the WP and site addresses point to HTTP.
   But even though I’m an administrator of the site, I can’t change those settings
   on the Setting > General page. Do you know where I can change them? Thank you.
 *  Plugin Support [Nithin – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport11/)
 * (@wpmudevsupport11)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/forminators-css-style/#post-14858547)
 * Hi [@nelsonwp](https://wordpress.org/support/users/nelsonwp/),
 * > But even though I’m an administrator of the site, I can’t change those settings
   > on the Setting > General page.
 * On the Dashboard side, that’s the only place where you could change. Is this 
   a multisite or single WordPress site?
 * If its’ a **single WordPress** site, then it sounds more like either one of your
   plugins is disabling the option to change the URL or the HTTP URL is hardcoded
   inside the wp-config.php file.
 * Could you please check the wp-config.php file and see if there is any of the 
   following defines added:
 *     ```
       define( 'WP_HOME', 'http://example.com' );
       define( 'WP_SITEURL', 'http://example.com' );
       ```
   
 * Where example.com in the above would be your real domain URL. If there are any
   such defines inside the wp-config.php then you can either change the URL in the
   define to https or remove the above defines, so that you could manually change
   within the dashboard side.
 * If there aren’t any such defines inside the wp-config.php file, then a plugin
   might be disabling the option to change the URL. So even in that case, adding
   the above define with https in the URL should resolve the issue too.
 * The wp-config.php resides in the root directory, ie where /wp-admin, /wp-includes
   and /wp-content folders reside. You’ll have to bring this to your hosting provider’s
   attention in case you aren’t sure about making the above changes.
 * Please check the following documentation for more info:
 * > [Changing The Site URL](https://wordpress.org/support/article/changing-the-site-url/)
 * Please do make sure you have a backup before making the above changes. Have a
   nice day ahead.
 * Kind Regards,
    Nithin
 *  Plugin Support [Patrick – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport12/)
 * (@wpmudevsupport12)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/forminators-css-style/#post-14884002)
 * Hi [@nelsonwp](https://wordpress.org/support/users/nelsonwp/)
 * I hope you are doing well and safe!
 * We haven’t heard from you in a while, I’ll mark this thread as resolved.
 * Feel free to let us know if you have any additional questions or problems.
 * Best Regards
    Patrick Freitas
 *  [drophelp](https://wordpress.org/support/users/drophelp/)
 * (@drophelp)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/forminators-css-style/#post-15089923)
 * Hello,
 * Please i need urgent help as i am having serious difficulty adding a custom css
   code to my form container.
 * Could i get a css code for height increase i tried the following but to no avail;
 * } .forminator-textarea- {
    Width :30; Height :40; }
 *  Plugin Support [Patrick – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport12/)
 * (@wpmudevsupport12)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/forminators-css-style/#post-15090191)
 * Hi [@drophelp](https://wordpress.org/support/users/drophelp/)
 * I hope you are doing well.
 * [Could you please create a new ticket for this so we don’t spam the original thread starter](https://wordpress.org/support/plugin/forminator/#new-topic-0)
 * And we can take a closer look at why this isn’t working?
 * By the way, make sure to add the px, rem or em on your rules, for example
 * width:30px;
    height:40px;
 * Best Regards
    Patrick Freitas

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

The topic ‘Forminator’s CSS style’ 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/)

 * 6 replies
 * 5 participants
 * Last reply from: [Patrick – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport12/)
 * Last activity: [4 years, 6 months ago](https://wordpress.org/support/topic/forminators-css-style/#post-15090191)
 * Status: resolved