• Resolved Misso

    (@usimgyqsfycwdowu)


    Hi, I would like to ask you for some help.
    I am using strong tags in choices in radio and checkbox fields. In checkbox field it works perfectly but in radio field no. In radio field label it changes to & lt;strong& gt;
    It is possible to fix it with css, or it is needed to change some code? Can you write to me some solution? Thank you very much.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @usimgyqsfycwdowu

    You can try this CSS code below:

    .um-field-radio-option{ font-weight: bolder !important; }

    Regards,

    Thread Starter Misso

    (@usimgyqsfycwdowu)

    this will help for full text of all choice, but I would like to change just part of text… it works in checkboxes, but not in radio

    Thread Starter Misso

    (@usimgyqsfycwdowu)

    I fixed it by remove “esc_html” in class-fields.php on row 3255

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘problem with “strong” tag’ is closed to new replies.