Customize Fields

Discussion in 'InkAppointment WordPress Plugin' started by mw4tmm2, Apr 4, 2016.

  1. mw4tmm2

    mw4tmm2 New Member

    Joined:
    Jul 25, 2013
    Messages:
    21
    Likes Received:
    1
    Location:
    Atlanta, GA
    Would like to know how to do the following if possible:
    1. Either delete the "Price" Field and not show at all.
    2. For Services, since I only have one Service, Can I just display the one service and not a drop-down selection?
    3. For the Dates of Services, on the dates I have NOT selected, can those by "grayed out" or shown as inactive?
    Thanks.
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Solutions of your above issues are accordingly...

    1) Either delete the "Price" Field and not show at all.

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    input#sr_price {
        display: none;
    }
    2) For Services, since I only have one Service, Can I just display the one service and not a drop-down selection?

    This would require a bit of source code customization

    So please send us your dashboard details at [email protected] along with this thread link and we will do it for you.

    3) For the Dates of Services, on the dates I have NOT selected, can those by "grayed out" or shown as inactive?

    Could you please elaborate your requirement a bit more so that I can assist you accordingly..?

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page