How can I change the color of the checkmark, tickets available, and hover color in the Ticket Purchases widget?

  • SibyllinePress
    Asked on February 15, 2019 at 6:58 PM
  • roneet
    Replied on February 15, 2019 at 10:18 PM

    To change the Hover color of the tickets Purchase widget, inject this code:

    .checklist li:hover {
    background: yellow! important;
    }

    Inject the CSS here:

    How can I change the color of the checkmark, tickets available, and hover color in the Ticket Purchases widget? Image 10

    2. The checked sign is an image so the image color cannot be changed through CSS. If you want to change the background color then we may guide you on this. It would look like this:

    How can I change the color of the checkmark, tickets available, and hover color in the Ticket Purchases widget? Image 21

    Hope this helps!

    Thanks.