All Collections
SeamlessDoc Editor
How to remove the icon from a Date Picker Calendar
How to remove the icon from a Date Picker Calendar

Adding custom css will enable you to remove the icon from a Date Picker Calendar

Andrew Liebelt avatar
Written by Andrew Liebelt
Updated over a week ago

Sometimes, adding calendar date pickers to your SeamlessDoc form can cause crowding. This is because the element comes with its own calendar icon. Here is a screenshot:

If your form has space constraints, you can insert custom css to remove this calendar icon. Here is an article explaining how to insert custom css.

The css that you need to add to remove the calendar icon is:

.page.pdf span.date-toggle {

display: none;

}

Did this answer your question?