Forums
(@bbeahan)
2 years, 5 months ago
Actually, I figured this out by using a pure CSS solution. Maybe this will help someone else.
/* ADD Asterisk to Quiz field label */ span.wpcf7-quiz-label::after { content: "*"; color: red; vertical-align: super; font-size: .83em }