system
September 18, 2023, 9:39am
1
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:
Go to Online Store β Theme β Edit code
Open your theme.liquid file
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;}