• Resolved Vivid Ground

    (@vividground)


    How can i hide specific field labels? when using the default appearance style.

    FOr example I want to hide the label for {html-1}

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @vividground,

    The Appearance style is meant for the customization of the existing design. Fields cannot be hidden at the moment with the mentioned setting.

    However, you can try adding the following CSS under the “Styling” tab of the HTML field as shown in the following screenshot if you want it to be hidden.
    forminator-hidden

    Screenshot:

    Screenshot at 17:01:32.png

    I hope this helps resolve your query. Please do let us know if you need any further assistance.

    Kind Regards,
    Nithin

    Thread Starter Vivid Ground

    (@vividground)

    I am not sure if i explained correctly.

    I was talking about the label field where testt is written. I want that to be hidden from front end view.

    Screenshot:
    https://gyazo.com/2c38041b0a2572e2c6e730c7dcdbdff9

    Thanking you

    @wpmudevsupport11

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @vividground

    I hope you are doing well.

    You can use a CSS in Form > Appearance > Custom CSS:

    #html-1 label{
        display: none;
    }

    Another alternative is just removing the label as it is optional in the HTML field.

    Best Regards
    Patrick Freitas

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @vividground ,

    We haven’t heard from you for a while now, so it looks like you don’t need our assistance anymore.

    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

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

The topic ‘How to Hide specific labels’ is closed to new replies.