In this video I will show you how to change the color of your mobile menu icon. By default Elementor doesn’t allow you to change colors of the menu icon on each device. But with 1 line of CSS code you can easily change the color of the mobile menu icon.
Timestamps:
- 0:00 Introduction
- 0:50 Elementor Tutorial Begins
CSS Code:
body[data-elementor-device-mode="mobile"] .menutoggle div{color:#333!important;}