Hi , How to stylize/customize the "Products/Plans" radio elements, to select one as "Best value" option, like these examples. I just want to know how get these radio elements in the Signup template as a single element and style each option with a css class.
You can't do this without javascript code. Using jQuery you can change style of parent label element for example: Code: $("#product-1-21").closest('label').css('color', 'red'); product-1-21 is ID of checkbox/radio elemtn for billing plan #21 within product #1