Tagged: woocommerce
-
AuthorPosts
-
May 17, 2016 at 12:17 am #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
May 17, 2016 at 4:40 pm #633833Hey 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,
YigitMay 17, 2016 at 5:40 pm #633866thank you it worked is it possible to make that div container 1/3 the length it is right now?
May 17, 2016 at 5:44 pm #633870Hi!
Please add following code to Quick CSS as well
input#booking_calender { width: 33%; }
Regards,
YigitMay 17, 2016 at 6:53 pm #633920It still seems to be full width
May 17, 2016 at 8:47 pm #633957Hi!
Please use following code instead
@media only screen and (min-width: 767px) { input#booking_calender { width: 33%!important; }}
Best regards,
YigitMay 17, 2016 at 9:13 pm #633995when 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
May 17, 2016 at 9:33 pm #634018Hi,
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,
YigitMay 17, 2016 at 9:36 pm #634020I’m curious and and want to learn more from your perspective, why not show the calendar?
May 17, 2016 at 9:40 pm #634027Hi,
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,
YigitAugust 16, 2017 at 8:05 pm #840063I just need to remove what is in the red box and move the other content up please
August 16, 2017 at 10:21 pm #840092Hi,
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,
NikkoAugust 18, 2017 at 5:57 pm #840975yes that was it thank you for your time and energy and all the support you provide
August 19, 2017 at 7:16 am #841167Hi,
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,
RikardAugust 19, 2017 at 7:28 am #841180I’m confident we can close this thead
August 20, 2017 at 4:24 am #841533 -
AuthorPosts
- The topic ‘Can Not See Service Page "Start Date" Field Div Container’ is closed to new replies.