Of canvas sidebar button color
-
Hi There,
How to change the of canvas sidebar button in to another color for mobile?
Hello,
Please add this code to the Theme settings > Custom CSS
.woodmart-show-sidebar-btn .woodmart-side-bar-icon,
.woodmart-show-sidebar-btn .woodmart-side-bar-icon::after, .woodmart-show-sidebar-btn .woodmart-side-bar-icon::before {
background-color: #7293ae!important;
}
body .woodmart-show-sidebar-btn {
color: #7293ae;
}
You need to replace the color.
Best Regards
That did not work. See attachment.
Attachments:
You must be
logged in to view attached files.
Hello,
The code is working for this button http://prntscr.com/m1klm5
If you mean some other button, please provide a screenshot.
Best Regards
Hi Elise,
Thank you. In the attachment a screenshot of the mobile version. I want to stile the button left where the red arrow is pointing.
Attachments:
You must be
logged in to view attached files.
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;
}
Please replace the color as per your needs.
Best Regards