Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #4162129
Formatting
Open

Comments

  • GAC-Crawford started the conversation

    How can i change the background color of the alerts and highlighting of the radio buttons?

    2590882133.png


  •  1,500
    Dustin replied

    Hi,

    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