Want to change menu burb and user icon color in the navigation

Want to change menu burb and user icon color in the navigation

Please try this CSS snippet

.header-navbar__actions .hp-menu__item--user-account i{
	color: #000;
}

.header-navbar__end .header-navbar__burger i{
	color: #000;
}
1 Like

Thank you, its worked

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