Hello,
Thank you for choosing XStore as your WooCommerce WordPress theme.
To change the color of the filter icon on mobile, please copy and paste the following CSS code to XStore >> Theme Options >> Theme Custom CSS >> Global CSS and check back to your site after clearing the browser cache:
@media only screen and (max-width: 767px){
.woocommerce-shop .et-toggle-mob-sidebars-inner{
color: #ff2020 !important;
}
}
You can adjust/change the color code value in the code as needed.
Best Regards,
8Theme’s Team.