Off-Canvas Menu Icon Color - Can't Change (Ultimate 2.0) - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Off-Canvas Menu Icon Color - Can't Change (Ultimate 2.0)

ML

MBCS LLC

Helix Framework 4 years ago

Not able to change the color of the burger icon. Old code:

offcanvas-toggler > i.fa {color: red;}

What is the correct code? Thanks in advance.

0
3 Answers
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 4 years ago #30963

Hello there,

This is the code you want to use :

.burger-icon > span {
background-color: #ffffff !important;
}

Don't forget to use !important. So please use the code I have provided.

Close the post by accepting the most suitable answer so that others can find the solution easily as well.

Thanks!

2
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 4 years ago #30873

Hello there,

Please share only your site URL so that we can have a look from our end.

Thanks!

0
ML
MBCS LLC
Accepted Answer
4 years ago #30877

Problem solved. Correct code:

.burger-icon > span {background-color: #ffffff;}

0