Service Checkboxes not showing correctly

  • This topic has 1 reply, 1 voice, and was last updated 41 minutes ago by Mark Woof.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1823900

    Any checkboxes or radio buttons on the booking confirmation page don’t seem to be showing correctly.
    https://prnt.sc/o5MF1JCueEL3
    They can be clicked and the item is added to the summary of costs, but only appear as lines.

    Kind Regards
    Mark

    #1823932

    I added the following code and this now seems to have made the checkboxes and radio buttons appear

    /* Restore default checkboxes and radios */
    input[type="checkbox"],
    input[type="radio"] {
      opacity: 1 !important;
      visibility: visible !important;
      appearance: auto !important;
      position: static !important;
      width: auto !important;
      height: auto !important;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.