Hi, i search a solution for change BOX Note, for example I would like to either make it mandatory or outline it in red so that the user sees it.
are there any solutions?
Why you want note to be mandatory?
Don't know how to make it mandatory but here is css to make it bigger and highlight. /*Comment box change*/ .order-comment { height: 8.2rem; border: 4px; border-color: #ff0000; border-style: dashed; background-color: #ffedb8; text-align: center; } .order-comment { /* height: 3.2rem; */ font-size: 1.3rem; font-weight: 500; /* border: 0; */ /* padding: 0 15px; */ /* border-radius: 0; */ /* border-bottom-left-radius: 5px; */ /* border-bottom-right-radius: 5px; */ box-shadow: 0px 8px 10px 2px #eee; }
/*Comment box change*/ .order-comment { height: 8.2rem; border: 4px; border-color: #ff0000; border-style: dashed; background-color: #ffedb8; text-align: center; } .order-comment { /* height: 3.2rem; */ font-size: 1.3rem; font-weight: 500; /* border: 0; */ /* padding: 0 15px; */ /* border-radius: 0; */ /* border-bottom-left-radius: 5px; */ /* border-bottom-right-radius: 5px; */ box-shadow: 0px 8px 10px 2px #eee; }
josan420 how you add that delivery tip system?
josan420 can this also be multi line?
animehouse it is a feature in version 2.6.1
PejyArceCasem no idea bro how to do it
PejyArceCasem
Only textarea could be multi-lines, means that you have to modify your file with extended lic.
No css trick for text-input could help in this case.