How do I change the "filter and sort"text colour to black?
Store link - handyhaven.shop
Hey @aakarsh
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello @aakarsh ,
You can try to follow these steps:
Go to Online Store → Themes → Actions → Edit code
Go to Assets folder → base.css file or theme.scss.liquid file
Add this following code at the bottom of page
.collection-toolbar .collection-view span,
.collection-toolbar .collection-sort select {
color: #000000;
}
Save and preview
Hope this can help.
Transcy
Hello @aakarsh
Hello
span.mobile-facets__open {
color: #000;
}
Hi @aakarsh
This is Noah from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Noah | PageFly