Remove border from select - mobile filters dawn theme

Solved

Remove border from select - mobile filters dawn theme

adkowaty
Excursionist
27 0 1

Hello,

 

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

1.png

 

Thanks for your help in advance,

Regards,

Adrian

Accepted Solution (1)

Guleria
Shopify Partner
3422 681 965

This is an accepted solution.

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

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder

View solution in original post

Replies 2 (2)

Guleria
Shopify Partner
3422 681 965

This is an accepted solution.

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

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
adkowaty
Excursionist
27 0 1

Hello Guleria,

 

Working. 🙂 Thanks again!

 

Regards,

Adrian