Styling Help - Remove Default Borders

Does anyone know how to remove these two borders? They appear above and below the Datepicker element.

Using React:

   <Datepicker
        select="range"
        rangeHighlight={true}
        showRangeLabels={true}
        rangeStartLabel="Depart"
        rangeEndLabel="Return"
        dateFormat="YYYY-MM-DD"
        themeVariant="light"
        display="inline"
        onChange={ handleDatepickerOnChange }
      />

Hi @Dan_Shevenell :wave:

You can remove those borders with CSS.

Thanks — could you at least link to relevant documentation? I’ve tried a few things (e.g., wrapping in a Div with no border), but none have worked.

We don’t have separate docs for custom CSS. But, you can use the inspect elements and find the related part and modify the CSS.