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:
Go to Online Store ā Theme ā Edit code
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.
Thanks again!
Regards,
Adrian