Why is there a black box around my sort options in Taste theme?

Hi, my problem is when I press on sort options this black box appears. I’m using taste theme. Did anyone had this problem before, or has a solution?

My website

https://prezentowo-9517.myshopify.com/collections/all

password: mowdum

Hi,

Add below CSS in base.css file

.facet-filters__sort:focus-visible {
    outline: 0 !important;
    outline-offset: 0 !important;
}

Hit Like and Accept as Solution if it helps you.

Thanks

Hi,

Thanks for trying, I put the code in base.css, saved, reloaded my page, and it still doesn’t work.

Hi,

I checked this and not found any css provided by me in your css file.

Please check gain.

Thanks

I did delete it when it didn’t work. I put inside again as you wanted.

Thanks :slightly_smiling_face:

Hi,

Add below and try again:

.facet-filters__sort:focus-visible {
    outline: 0!important;
    outline-offset: 0!important;
    box-shadow: none !important;
}

Thanks

@Shop_Lovers thank you, I already thought that I’ll need to install some apps to remove that black box.

Thanks :heart: