Tagged: 

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #633380

    Hello

    I’m working on this page:

    I notice where we choose the day for the service where it says “Start Date” it’s all white and we can not see it until it is clicked, then there are some faint grey lines on the top and bottom.

    I’m curious and would like support please learning how I can just have the calendar seen when that page is loaded?

    Thank you

    #633833

    Hey BodyTalkCare,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    input#booking_calender {
        border: 1px solid #e2e2e2!important;
    }
    

    Best regards,
    Yigit

    #633866

    thank you it worked is it possible to make that div container 1/3 the length it is right now?

    #633870

    Hi!

    Please add following code to Quick CSS as well

    input#booking_calender {
        width: 33%; 
    }

    Regards,
    Yigit

    #633920

    It still seems to be full width

    #633957

    Hi!

    Please use following code instead

    @media only screen and (min-width: 767px) {
    input#booking_calender {
        width: 33%!important;
    }}

    Best regards,
    Yigit

    #633995

    when see that the code you shared shorted the div container I feel thankful

    and not I am curious…is it even possible to just have the calendar show with out clicking?

    thank you for your time and support Yigit

    #634018

    Hi,

    It would be possible but it would ruin the user experience in my opinion i would definitely leave it as it is right now. If you would like to make further customization regarding your date picker, please hire a freelance developer :)

    Best regards,
    Yigit

    #634020

    I’m curious and and want to learn more from your perspective, why not show the calendar?

    #634027

    Hi,

    Because i think showing date picker always as screenshot in private content field is simply not pretty and distracting also users to do not have to see it all the time. When they need to pick a date, they can click on the field, pick it and keep on reading your content.

    Best regards,
    Yigit

    #840063

    I just need to remove what is in the red box and move the other content up please

    View post on imgur.com

    #840092

    Hi,

    I think this is already answered in your other thread, just add this css code:

    .woocommerce .single-product-summary .price, 
    .woocommerce .single-product-summary .book_start_date_label, 
    .woocommerce .single-product-summary #booking_calender {
        display: none !important;
    }

    :)

    Best regards,
    Nikko

    #840975

    yes that was it thank you for your time and energy and all the support you provide

    #841167

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #841180

    I’m confident we can close this thead

    #841533

    Hi,

    Great, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Can Not See Service Page "Start Date" Field Div Container’ is closed to new replies.