• Resolved Jae

    (@linseyja)


    Is there somewhere where I can find a list of the different CSS classes used in a Forminator form, so that I can customise my forms please?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Kris – WPMU DEV Support

    (@wpmudevsupport13)

    Hi @linseyja

    I hope you are doing good today.

    Those are the basic ones

    .forminator-title {}
    .forminator-subtitle {}
    .forminator-label {}
    .forminator-description {}
    .forminator-input {}
    .forminator-textarea {}

    but in general, we recommend checking page source and relying in the first place on correct form ID, which helps to not affect other forms.

    Example:
    #forminator-module-10 .forminator-row ...{} where 10 is your form ID.

    Also, Additional CSS Classes feature for each field will help you better narrow each row:
    https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#additional-css-classes

    Kind Regards,
    Kris

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @linseyja ,

    We haven’t heard from you for several days now, so it looks like you don’t have more questions for us.

    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

    Thread Starter Jae

    (@linseyja)

    Thanks. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘List Of CSS Classes’ is closed to new replies.