• Resolved eventide0

    (@eventide0)


    I added, Notify me of follow-up comments by email and Notify me of new posts by email that appear at the bottom of the comments section. Jetpack is over-riding the styles that were set up in WP on the site. The check box is blue but should be a different color when checked. Is there a way to change that?

    • This topic was modified 1 year, 9 months ago by eventide0.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter eventide0

    (@eventide0)

    t

    • This reply was modified 1 year, 9 months ago by eventide0.
    Plugin Contributor Dan (a11n)

    (@drawmyface)

    Hi there. You should be able to override that with some custom CSS which you can add via Appearance > Additional CSS:

    .comment-form input[type=checkbox]:checked?{
      background: #EC008C;
      border-color: #EC008C;
    }

    Hope that helps!

    Thread Starter eventide0

    (@eventide0)

    Hi Dan @drawmyface

    Thanks for your help but didn’t seem to change anything. Also the style of the checkmark and box is different, not just the colors.

    Plugin Contributor Dan (a11n)

    (@drawmyface)

    Sorry for the delay here. Your checkboxes are looking good now:

    Did you manage to get this figured out in the end?

    Thread Starter eventide0

    (@eventide0)

    Honestly I decided to remove Jetpack. It was giving me problems on many levels. What you see is another plugin that does the same thing. Appreciate your help though. Thanks.

    Plugin Support Jay

    (@bluejay77)

    Hi @eventide0,

    I’m sorry to hear that you are no longer using Jetpack, but I appreciate you following up with us. That said, I’ll mark this thread resolved.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘checkbox color’ is closed to new replies.