• Resolved fukuchann

    (@fukuchann)


    Hi,

    I’d like to modify below.
    Please reply to resolve my problem.

    1. The calendar layout in the link is little bit strange. Month box is shifted up compare to the year box. I’d like to fix the position.

    2. I’d like to add explanation sentence in hour selection box between calendar and name box.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    Answers:

    1) Add the following CSS style:

    select.ui-datepicker-year {
        padding-top: 4px !important;
    }

    2) If you are using the free version of the plugin add the following CSS style:

    #field_1-0::after {
        content: 'some text here';
    }

    If you are using other versions you can use the “Instructions Text” or “HTML” field to add a block of content there.

    You can add the needed styles into the “Appointment Hour Booking >> General Settings >> Edit Styles” area.

    Thank you for using the plugin!

Viewing 1 replies (of 1 total)
  • The topic ‘calendar layout and subtitle of hour booking’ is closed to new replies.