Off Canvas Menu - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Off Canvas Menu

HR

Horacio Romero

Helix Framework 3 years ago

I would like to change the color and size of the off canvas menu that appears on the mobile version of the website. I see that this code can be used

offcanvas-toggler > i.fa {font-size:32px; color: red;}

I added to custom code but it does not appear. can I get help on this?

0
1 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #61137

Hello Horacio Romero

You have added CSS in the class option. Remove it from there. Please use this CSS to Template Options -> Custom Code -> Custom CSS

#offcanvas-toggler > i.fa {
    font-size:32px; 
    color: red;
}

Best regards

0