Hide Pricing Tab

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 1 reply thread
  • Author
    Posts
    • #133499
      Francesco Moretto
      Participant

      Hi,
      I’d like to hide appointment cost tab when a new product is created/edited (Woocommerce Appointment).

      I’ve tried using the following CSS code that I’ve found on a previous discussion in my child theme but it doesn’t work 🙁

      How can I fix it?

      Thanks

      Francesco

      div#wcfm_products_manage_form_appointment_costs_head, 
      div#id=wcfm_products_manage_form_yoast_head {
      display: none;
      }
    • #134106

      Hello,

      Try this in your theme’s style.css –

      div#wcfm_products_manage_form_appointment_costs_head{
      display: none !important;
      }

      Thanks.

Viewing 1 reply thread
  • You must be logged in to reply to this topic.