This topic has 2 replies, 2 voices, and was last updated 1 years, 7 months ago ago by Tony Rodriguez
Hello,
I would like to change the color of the filter icon on mobile version. Could you help me for this situation?
Screenshot: https://prnt.sc/BI5G16NcT5J8
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.
Tagged: best selling, color change, filter icon, mobile, persuasive, themes, woocommerce
The issue related to '‘About changing the filter icon color on mobile’' has been successfully resolved, and the topic is now closed for further responses