This topic has 7 replies, 2 voices, and was last updated 2 years, 4 months ago ago by Kazi Sabit
How to change off canvas filter button color so that visitor can identify this button.
Booth the color – 1. Background color of the button and logo color of the button
Hello,
Use the next custom CSS code:
.et-toggle-mob-sidebars-inner svg {
fill: #222;
}
.et-toggle-mob-sidebars-inner .et-toggle {
background-color: #fcfd38;
}
Regards
Where should I put it? In Global css?
Will it work also in desktop? Because I have turned on off canvas filter button also for desktop.
Hello,
Yes, Global area of Theme Options > Theme custom CSS.
Regards
Thank you for the code. But how to change the color of logo? The filter logo color is set to Black. how to change that too?
Please change color here in the code https://prnt.sc/PJFohIYnj9CF
Regards
Perfect!
The issue related to '‘How to change off canvas filter button color’' has been successfully resolved, and the topic is now closed for further responses