Service Checkboxes not showing correctly

  • This topic has 2 replies, 2 voices, and was last updated 3 weeks ago by J. Davis.
Viewing 3 posts - 1 through 3 (of 3 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;
    }
    #1824419

    Hi Mark, It looks like the issue was caused by the styles of your theme. Thanks for sorting this out on your own and sharing the solution with others.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.