Remove Price Field from Booking Module

Discussion in 'Smartbooking-Appointment Booking WordPress Theme.' started by bwdaugherty, Sep 11, 2014.

  1. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    Is it possible to remove the price field from the booking module entirely and just offer free appointment booking? thanks
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    1. Use following css code in Custom CSS to remove price field.
    Code:
    input#sr_price {
    display: none;
    }
    2. Also set price 0.00 for your services as shown below in screenshot.

    12sep3.png

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page