Completely removing ink appointment plugin

Discussion in 'Appointway WordPress Theme' started by pupwild, Apr 26, 2013.

  1. pupwild

    pupwild Member

    Joined:
    Jan 11, 2013
    Messages:
    126
    Likes Received:
    0
    how could i remove this plug in? i deactivated it from the plug in but i still get a left over box.
     

    Attached Files:

  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

    Code:
    .feature_sidebar {
    display:none;
    }
     
  3. pupwild

    pupwild Member

    Joined:
    Jan 11, 2013
    Messages:
    126
    Likes Received:
    0
    I want to keep the hours and map, I just want to remove the appointment and payment.
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the code given below in Custom CSS
    (Appearance > Theme Option > Styling Option > Custom CSS)
    Code:
    .appointment_wrapper {
    display: none;
    }
    instead of

    Code:
    .feature_sidebar {
    display:none;
    }
    This will solve your issue.
     

Share This Page