• jodamo5

    (@jodamo5)


    Thanks for building a great plugin. It is very useful!

    There are a few CSS selectors that I had to add manual CSS for. It would be very helpful if they could edited within your plugin instead.

    1. The “Required” asterisk.
    I set a dark background colour and white label text on my form, but the * that shows a field was required stayed the default dark color, so couldn’t be seen.
    It uses this selector .gform_wrapper .gfield_required
    and formsmain.min.css defines a specific color for this class that needs to be overwritten.

    2. Error Messages Color
    I couldn’t find any way to edit the font color of error messages within this plugin. There is an Error Messages section which allows us to edit the background colour, margins, border and a few other things, but font color was missing from that screen.

    3. GField Wrapper – Margins Top and Bottom
    I was trying to decrease the margins between the fields on my form, and I had to write custom CSS for this. It would be great if “Field Wrapper” was added as a new section we could edit – to target this selector:
    body .gform_wrapper ul li.gfield

    4. Margin Above an Input
    I also wanted to decrease the margin above an input. I wasn’t able to do that without custom CSS. This would be very helpful if we could do this in the plugin.
    The CSS selector to target is:
    body .gform_wrapper .top_label div.ginput_container

    5. Add a Pointer and Text Wrap to Submit Button
    Finally, by default submit buttons in Gravity Forms don’t have the mouse showing as a pointer and text doesn’t wrap, but instead extends off the screen in mobile view if there is long text on a submit button.

    It would be great if

    cursor: pointer;
    white-space: normal;

    could be added by default to your plugin for submit buttons.

    If these are already possible, I couldn’t find how to edit them, so please let me know! Otherwise, it would be amazing to have these additional options added. You’ve built a very handy plugin.

    • This topic was modified 3 years ago by jodamo5.
Viewing 1 replies (of 1 total)
  • Plugin Author wpmonks

    (@wpmonks)

    Thanks for your feedback.

    I will add them in the next update of the plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘Some missing styles that would be very useful’ is closed to new replies.