Remove border from select - mobile filters dawn theme

Hello,

How I can remove border around select field in mobile filters? I’m using DAWN theme.

Thanks for your help in advance,

Regards,

Adrian

Hello @adkowaty ,

Follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your base.css file and paste the following code at the bottom:

.mobile-facets__sort .select__select:focus-visible {
    outline: none !important;
}

Thanks

Hello Guleria,

Working. :slightly_smiling_face: Thanks again!

Regards,

Adrian