Mobile Menu Hamburger Color In Helix Ultimate Template - Question | JoomShaper

Mobile Menu Hamburger Color In Helix Ultimate Template

M

Mark

Helix Framework 6 months ago

I've tried everything to change the color of the hamburger on the navigation in Helix Ultimate Template.. But nothing changes the color. I even added this custom css but it does NOTHING!

offcanvas-toggler > i { color: yellow !important; font-size: 32px; }

I have a black menu background. I want a yellow hamburger.

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 6 months ago #135421

Hi Mark,

Custom CSS that you used was for Helix3.

Read tip 6. from HU documenation: https://www.joomshaper.com/documentation/helix-framework/customization-tips#how-to-change-the-color-of-offcanvas-menu-icon-usead-in-header


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

what else I can say, always start from section "Customization Tips (How to ...)" in Helix Ultimate documenation and your life of a webmaster will be simpler :)

0
M
Mark
Accepted Answer
6 months ago #135423

Thank you so much. I didn't see that documentation, so will look through that as well :)

0