Remove border from select - mobile filters dawn theme

Solved

Remove border from select - mobile filters dawn theme

adkowaty
Excursionist
37 0 2

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
4173 812 1168

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

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

Replies 2 (2)

Guleria
Shopify Partner
4173 812 1168

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

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
adkowaty
Excursionist
37 0 2

Hello Guleria,

 

Working. 🙂 Thanks again!

 

Regards,

Adrian