• Resolved Lockhart

    (@muldari)


    I would like to be able to make the 2 radio selections that are NOT indented bold (like below). Is this possible? The other radio options would not be bold. I know I can do it by using an html field, but that would mean a separate radio for both Dallas and Austin and we need to restrict it to ONE location. Is this possible?

    Preferred Location?*

    Dallas/Fort Worth – General Quotes? ?

    DFW-Miguel Alvarez (Se habla espa?ol)

    DFW-Paola Pecina (Se habla espa?ol)?

    DFW-Jairo Quintero (Se habla espa?ol)

    Austin/Round Rock – General Quotes? ?

    RR-Mark Ivarra? ?

    RR-Cathy Salcedo? ?

    RR-Greg Villarreal Jr? ?

    RR-Gabe Plata (Se habla espa?ol)

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @muldari

    I hope you are doing well.

    Based on your description the bold ones would be just titles not options, in this case, can you try this CSS in Form > Appearance > Custom CSS?

    #forminator-field-radio-1-label-1 .forminator-radio-label,
    #forminator-field-radio-1-label-5 .forminator-radio-label{
        font-weight: bold;
    }
    
    #forminator-field-radio-1-label-1 *,
    #forminator-field-radio-1-label-5 *{
        pointer-events: none !important;
    }
    
    #forminator-field-radio-1-label-1 .forminator-radio-bullet,
    #forminator-field-radio-1-label-5 .forminator-radio-bullet{
        display: none !important;
    }

    https://monosnap.com/file/gmSOHQOGTbiO8VdXpaByx8vEhdHirV

    Let us know if that is what you are looking for.

    Another option is to have 3 select fields, the first one to control the location, for example

    [ ] Dallas/Fort Worth – General Quotes
    [ ] Austin/Round Rock – General Quotes

    Then below it two extra radios with conditionals to show specific locations: https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#Forminator-Conditional-Logic

    Best Regards
    Patrick Freitas

    Plugin Support Dmytro – WPMU DEV Support

    (@wpmudevsupport16)

    Hello @muldari,

    I hope the provided custom CSS examples helped you.

    We haven’t heard from you for a while, so I’m marking this thread as resolved.
    Please feel free to reply in case you still have any questions.

    Best Regards,
    Dmytro

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make first radio select bold text’ is closed to new replies.