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

    (@wpmudev-support2)

    Hello @juller ,

    It’s not possible outside of the box, however, you should be able to do that with some Custom CSS.
    So something like that:

    #radio-1 label:nth-child(4)::after {display: block; content: 'Text'; position:absolute; top: -20px; left: 0;}
    
    #radio-1 label:nth-child(4) {
    	margin-top: 30px;
    }

    you would need to adjust the code for your site, so check if the ID of the radio element and for which label add text above (so change #radio-1 and nth-child(4) ).
    The add that code to Appearance -> Customize -> Additional CSS.

    kind regards,
    Kasia

    Thread Starter juller

    (@juller)

    OK, I will try that. Thanks !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Forminator] add text label between inputs of a radio field’ is closed to new replies.