According to the question, I have a radio button in a form.
I want a certain word in the radio button text need to be bold.
I just want to bold the word “FACE-TO-FACE” only.
Is there any ways that I can do that? Thanks in advanced.
Once you have encased the text you want to make bold with a HTML tag (it could be any, even strong or b, but span is for general purpose encasing) you can target that text with Microthemer and apply new styling.
If you can’t edit the radio button label, you could achieve this with some JavaScript, but it would be quite convoluted.
That depends on how the form in your image was created. If it was created using a form builder plugin, you might be able to add the span HTML tags by simply editing the an input field somewhere. However, it’s possible the form builder will escape your HTML tags (and print plain text instead).
If it was created using a page builder component, you may find a field to edit there too.
Or in some theme options if the form is provided by the theme.
Otherwise, you may find that you simply can’t edit the text.