Comments GAC-Crawford started the conversation2 weeks ago on July 20, 2025 at 8:34amHow can i change the background color of the alerts and highlighting of the radio buttons? 1,500Dustin replied2 weeks ago on July 22, 2025 at 8:20amHi, For Product Bundles alert, please add the CSS code below to WP-Admin → Appearance → Customize → Additional CSS: .woosb-alert { background-color: #222; color: #fff; } For Variations Radio Buttons, please add the CSS code below: .woovr-variations.woovr-variations-default .woovr-variation.woovr-variation-active { background-color: #222; color: #fff; }Best regards,Dustin Sign in to reply ...
How can i change the background color of the alerts and highlighting of the radio buttons?
Hi,
For Product Bundles alert, please add the CSS code below to WP-Admin → Appearance → Customize → Additional CSS:
For Variations Radio Buttons, please add the CSS code below:
Best regards,
Dustin