• 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.
Viewing 6 replies - 1 through 6 (of 6 total)
  • hannah

    (@hannahritner)

    Hi @stevoli,
    Thanks for posting! I’ll pass this along to the developers and we’ll get a fix out soon.

    Best,
    Hannah

    hannah

    (@hannahritner)

    Hi @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

    (@stevoli)

    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

    (@hannahritner)

    Hey,
    I’ll get some feedback from the developers. Can you post a link to your site?

    Kindly,
    Hannah

    Thread Starter stevoli

    (@stevoli)

    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

    View post on imgur.com

    Plugin Contributor Ben Ritner – Kadence WP

    (@britner)

    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.