Burger Icon Color Change

Hi, Guys:
I would like to change the grey color that the burger icon has by default with a different color.
Also, if I could change the hover color, it would be great!
Can you please help me with this?
Many thanks,
Diana

Hello Diana,

Please add this code in X > Theme Options > CSS:

.masthead .x-btn-navbar {
    color: #000 !important;
}

.masthead .x-btn-navbar:hover {
    color: #efefef !important;
}

Kindly note that since this is a custom code that changes the default behavior/display of the theme, you will be responsible to maintain or update the code in case you require further changes or if the code stops working in future updates. If you are uncertain how to proceed, it would be best to get in touch with a developer.

Hope this helps.

1 Like

It worked flawlessly.
Thank you,
Diana

You’re welcome!
We’re glad @Jade were able to help you out.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.