How to change the filter selection button color

Is there any way to change the color inside the checkbox button inside the filter menu . The filter can be viewed , when clicked over any menu titles , after clicking in the menu . It will redirect to a page where on the left you can view the filter.

I want to change it from yellow to some other color , any assistance would be helpful .

SITE URL :: https://nxxdacuumxpfw971-71493648693.shopifypreview.com

Hi @Anonymous ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

  1. Go to Online Store β†’ Theme β†’ Edit code
  2. Open your theme.liquid file
  3. Paste below code before :

Note: you can adjust value to fit your store

Best regards,

Anthony

Hi @Anonymous

You can do that by using this CSS code

span.facet-checked-box { background: #9480B9 !important; }

You can change color of it by edit β€œ#9480B9” color code

@Anonymous Please go to assets/component-facets.css and paste the below css at the bottom of the file.

span.facet-checked-box 

{background-color: #000 !important;}