• Resolved velarde

    (@velarde)


    Hello.

    I’m working on this form using your plugin.

    https://interius.com.mx/estrategia-digital2/

    I would like to differentiate some field labels and use a bold style in the text.

    For example the text “1. Ingresa el Promedio de Visitantes Mensuales a tu sitio web:
    Would like it to be bold as it is the first step.

    Can this be added with some css styling?

    I don’t want all the titles to be bold just some of them.

    Thanks for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @velarde,

    The process is very simple:

    1. Assign a custom class name to the fields you want modify, for example: my-field

    Note: The class names are assigned to the fields through their attributes: “Add Css Layout Keywords”

    2. Insert a “HTML Content” field in the form with the following piece of code as its content:

    <style>
    #fbuilder .my-field label{font-weight:bold !important;}
    </style>

    and that’s all.
    Best regards.

    Thread Starter velarde

    (@velarde)

    Hello.

    Thank you very much for the prompt response!

    It’s working now
    https://interius.com.mx/estrategia-digital2/

    Regards

    P.D. Any extra css I could add to add a little more vertical space after each field. It’s a little cramped right now.

    • This reply was modified 7 years, 11 months ago by velarde.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to add bold to a Field name’ is closed to new replies.