Home › Forums › WoodMart support forum › Of canvas sidebar button color › Reply To: Of canvas sidebar button color
December 30, 2018 at 5:48 pm
#99252
Elise Noromit
Member
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