Off canvas sidebar for mobile
-
How to change the filter button default color on mobile & table to color red?
Check it here: http://prntscr.com/m0tjhs
Thanks for the support.
Hello,
We can change it with CSS. Please provide your page URL. If your site is under maintenance, please provide your site admin access.
Best Regards
Page url:docprescription.com
Hello,
Please add this code to the Theme Settings > Custom CSS > Global
body .woodmart-sticky-sidebar-opener {
color: red;
-webkit-box-shadow: 0 0 5px red;
box-shadow: 0 0 5px red;
}
Best Regards
It works. Thanks very much
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Off canvas sidebar for mobile’ is closed to new replies.