Title: Form Builder CSS issue
Last modified: January 19, 2022

---

# Form Builder CSS issue

 *  [stevoli](https://wordpress.org/support/users/stevoli/)
 * (@stevoli)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/form-builder-css-issue/)
 * I noticed the buttons on the forms weren’t showing a pointer on hover, so I checked
   the CSS and it’s using invalid CSS.
 *     ```
       .kb-form .kadence-blocks-form-field .kb-forms-submit{
           cursor:cursor;
       }
       ```
   
 * “cursor:cursor;” is invalid, it should be “cursor:pointer;”
 * File: /dist/blocks/form.style.build.css
    -  This topic was modified 4 years, 4 months ago by [stevoli](https://wordpress.org/support/users/stevoli/).

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

 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/form-builder-css-issue/#post-15279929)
 * Hi [@stevoli](https://wordpress.org/support/users/stevoli/),
    Thanks for posting!
   I’ll pass this along to the developers and we’ll get a fix out soon.
 * Best,
    Hannah
 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/form-builder-css-issue/#post-15285593)
 * Hi [@stevoli](https://wordpress.org/support/users/stevoli/),
    I’ve been doing
   some testing and I’m not actually able to replicate this. What version of Kadence
   Blocks are you running? Can you post a link?
 * Thanks,
    Hannah
 *  Thread Starter [stevoli](https://wordpress.org/support/users/stevoli/)
 * (@stevoli)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/form-builder-css-issue/#post-15285809)
 * I’m using the most recent version. Version 2.2.3
 * “cursor:cursor;” is invalid CSS.
 * It’s right there in the following file: /wp-content/plugins/kadence-blocks/dist/
   blocks/form.style.build.css
 * `.kb-form .kadence-blocks-form-field .kb-forms-submit{z-index:1;position:relative;
   padding:8px 16px;line-height:1.8;cursor:cursor;font-size:18px;text-shadow:none;
   border-width:0px;border-radius:3px;border-color:var(--global-palette-btn-bg, #
   1768ea);background:var(--global-palette-btn-bg, #1768ea);color:var(--global-palette-
   btn, #fff);display:-webkit-flex;display:flex;text-align:center;-webkit-justify-
   content:center;justify-content:center;border-style:solid;overflow:hidden;transition:
   all .3s ease-in-out}`
 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/form-builder-css-issue/#post-15299592)
 * Hey,
    I’ll get some feedback from the developers. Can you post a link to your
   site?
 * Kindly,
    Hannah
 *  Thread Starter [stevoli](https://wordpress.org/support/users/stevoli/)
 * (@stevoli)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/form-builder-css-issue/#post-15299817)
 * It’s just an empty site using the Kadence blocks plugin.
 * You can literally open up the CSS file and see it for yourself in the editor,
   see screenshots below.
 * > [View post on imgur.com](https://imgur.com/DnXaBFp)
 * > [View post on imgur.com](https://imgur.com/Fd8mtGV)
 *  Plugin Contributor [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/form-builder-css-issue/#post-15330785)
 * Hi,
    Thanks for posting, just want to confirm this will be fixed in the next 
   version.
 * Ben

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

The topic ‘Form Builder CSS issue’ is closed to new replies.

 * ![](https://ps.w.org/kadence-blocks/assets/icon-256x256.png?rev=3178382)
 * [Kadence Blocks — Page Builder Toolkit for Gutenberg Editor](https://wordpress.org/plugins/kadence-blocks/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/kadence-blocks/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/kadence-blocks/)
 * [Active Topics](https://wordpress.org/support/plugin/kadence-blocks/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/kadence-blocks/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/kadence-blocks/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/form-builder-css-issue/#post-15330785)
 * Status: not resolved