Change Burger Icon Colour - Question | JoomShaper

Change Burger Icon Colour

UM

University of Mauritius

Template 9 months ago

hello, I wish to change the burger icon's colour as it is white on a white background and it cannot be seen. Please advise how to.

0
1 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 9 months ago #182176

Hello,

Thanks for reaching out to us.

Please, add this css in your custom css, To add custom css, please follow this guide: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

@media (max-width: 991px){
.burger-icon>span {
    background-color: #000000;
}
}

Best Regards,

0