Zum Hauptinhalt gehen

I would like to be able to format the autocomplete label in my form to be bold. Where can I make that change?

Kommentare

4 Kommentare

  • Permanently deleted user

    Hi Lee,

     

    Which label do you mean when you say "autocomplete label"?:

    AutocompleteLabel

    0
  • Lee Kinser

    Neither. The label property is the box that the user is typing in.

    0
  • Permanently deleted user

    I think that the custom CSS is the way to go here.

    0
  • Permanently deleted user

    Hi Lee,

     

    DDS has the right advice here. Try an InjectCSS activity in the autocomplete's load event. Example configuration would be:

    Content: .gcx-forms-autoComplete1 input[type='text'] { font-weight: bold; }

    Url:

    Then replace "autoComplete1" with the id of your autocomplete

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.