• Resolved dickfranks

    (@dickfranks)


    The checkbox is not showing against the agree to t&cs field. I am using the Holy Church theme and WPBakery editor and WordPress 5.5.1.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    Your theme CSS file style.css has the following style that is hiding all checkboxes:

    input[type="radio"], input[type="checkbox"] {
        display: none;
    }

    To overwrite that style for the booking form add the following CSS style:

    .dfield input[type="checkbox"] {
        display: inline;
    }

    Add the needed styles into the “Appointment Hour Booking >> General Settings >> Edit Styles” area.

    Thank you for using the plugin!

    Thread Starter dickfranks

    (@dickfranks)

    I have included the CSS style in the general settings but still not showing in the form.

    Thread Starter dickfranks

    (@dickfranks)

    I put the CSS Style into the custom CSS for the page rather than the edit Style for the plugin and it worked.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Checkbox not showing against Agreement field’ is closed to new replies.