Remove appointments

Discussion in 'Appointway WordPress Theme' started by claudia, Aug 2, 2014.

  1. claudia

    claudia Guest

    Joined:
    Apr 21, 2013
    Messages:
    3
    Likes Received:
    0
    Hi,

    My client want to remove appointments section from the site.
    How can I do this?

    this in the website www.bahamasacupuncture.com

    thk,
    C
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    For appointment form

    Code:
    .ink-container {
    display: none;
    } 
    For address and map

    Code:
    .feature_sidebar .feature_addressbar {
    display: none;
    }
    .feature_sidebar .feature_map {
    display: none;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. claudia

    claudia Guest

    Joined:
    Apr 21, 2013
    Messages:
    3
    Likes Received:
    0
    Hi,

    thanks for help.

    I put the code in the site but it is possible to remove also the grey appointments section.
    The code you gave me empty the section.

    C
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Please try this one
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .appointment_wrapper .appointment_form_wrapper{
    display:none;
    }

    You can also add widgets in that area from
    Appearance > widgets > homepage sidebar widget area

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page