Menu color on mobile - Sparkling Theme

Hello,

Is there a way to change the lines color for white, in the mobile menu?

The website url is https://dradilciley.com.br/.

Check the screen shot.

Thanks.

Hey there

yes, it’s possible, please use this custom CSS code:

.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}