How can I remove the second background of the collection filter menu?

I can’t remove the white translucent background that appears on mobile when you open the collection filter menu, is there a way of removing it? here is a screenshot for reference. here is the link of the collection page: https://www.vellatore.com/collections/pendants

Thank you in advance

Hi @vellatore ,

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/component-facets.css->paste below code at the bottom of the file:

.mobile-facets {
    background: transparent !important;
}

I hope it would help you
Best regards,

Kate | PageFly