Home › Forums › Jevelin Theme › Changing the burger menu icon
Home › Forums › Jevelin Theme › Changing the burger menu icon
Hello Support-Team,
it is not possible to change the color of the burger menu icon in the mobile view in the Jewelin Theme. I already tried this – suggested in another topic – but without any succes. Also with “Yellow Pencil” I’m only able to change the color of the middle-line.
#header-navigation .c-hamburger span, #header-navigation .c-hamburger span::before, #header-navigation .c-hamburger span::after { background-color: #0c0c0c !important; } #header-navigation .c-hamburger--htx.is-active span{ background-color: transparent !important; }
Thanks for your help in advance
Solution for this topic
Hi @SoCal1894,
I hope you are well today and thank you for your question.
You can change it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#header-navigation-mobile .c-hamburger span, #header-navigation-mobile .c-hamburger span::before, #header-navigation-mobile .c-hamburger span::after { background-color: #0c0c0c !important; }
Best regards,
Shufflehound team
Thank you – it works š
You are most welcome here š