Remove appointment form

Discussion in 'Appointway WordPress Theme' started by pauljw, Aug 10, 2014.

Thread Status:
Not open for further replies.
  1. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Hi, I would like to remove the appointment form.

    the site link is: http://www.carpetcleanerdoncaster.com/
    I tried using the this code that was in another post, but some of the form was left on the web site.
    .appointment_wrapper .appointment_form_wrapper{
    display:none;
    }
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section

    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .appointment_wrapper
    {
    display:none;
    }
    

    Thanks & Regards
    Pramod Patel
     
  3. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
Thread Status:
Not open for further replies.

Share This Page