Okay
  Public Ticket #1725085
Checkbox
Closed

Comments

  •  1
    lexandr3 started the conversation

    Hello,

    how can I make the checkboxes appear with a tick, like standard unstyled checkboxes? The square is somewhat misleading.

    Also, both radio buttons and checkboxes have a black background on iPad (it doesn't show up in the Chrome device simulation though), how can I fix this?

    Thanks!

  • [deleted] replied

    Hi lexandr3,

    1— This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area.

    If you're looking for professional help in this matter, there's always someone available for such tasks on the WP Kraken or Codeable. Pricing and timeline are always straightforward there and that's the main reason for recommending those services.

    2— Can you please write URL of this exact page please? Also please send us a screenshot of the problem so it will be easier for us to understand your problem and assist you.

    Thanks!

  •   lexandr3 replied privately
  • [deleted] replied

    Sorry but I can't replicate this because for the moment I don't have an iPad device for the moment.

    I checked in our source code where that black color is called but I can't see any CSS area that calls that black color, this maybe is added by the Safari browser in iOS only.

    Anyway, I will recheck this problem when I get my hands in an iPad device soon.

    Thanks!

  •  1
    lexandr3 replied

    It‘s the same on an iPhone, may be easier to get your hands on.

  • [deleted] replied

    Hi there,

    Can you please add the code below to your Custom CSS area:

    input[type=checkbox], input[type=radio] {
        background-color: #fff;
        border-radius: 0px;
    }

    This should fix this issue for you.

  •  1
    lexandr3 replied

    That works, thanks!

  • [deleted] replied

    Glad to hear that

    Will set this ticket as solved from here.