Hello, does anyone know of a strategy to style a specific button in a button group in channel-web? Lets say I have three buttons "support, talk to sales, more info" and I want to bold only the talk to sales button. I don't see an obvious way to do this without hacking channel-web javascript light bundle. There are no unique ID or class identifiers on the button elements or containers. Is there a way I could add some using an attached javascript function? Any Ideas?
The only identifier on the button elements is the class name bpw-button. If I could also add some additional unique class name or ID to each button it would be easy to style them independently from the custom style sheet.