Hide all day field

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 2 reply threads
  • Author
    Posts
    • #17930
      info17
      Participant

      hi again
      i try to hide the “all day” field, i dont need this. see printscreen
      i try this css but still shows up.

      .appointments_details_appointment_expander >li:nth-child(4) {
      display: none;}

      thank you:)

      Attachments:
      You must be logged in to view attached files.
    • #17948
      WCFM Forum
      Keymaster

      Hi,

      Kindly use this –

      #appointments_details_appointment_expander p.form-field:nth-child(4) {
      display: none !important;
      }

      Please know me is this works for you or not!

      Thank You

    • #17950
      info17
      Participant

      yes perfect.. 🙂 🙂 thank you

Viewing 2 reply threads
  • The topic ‘Hide all day field’ is closed to new replies.