Home Forums WoodMart support forum Menu Icon text label color Reply To: Menu Icon text label color

#259493

Mishkat
Participant

Hello, this still doesn’t have the color change for the MENU text. The burger icon I have…I just need to change the text beside the icon that says MENU. The code below is what I have.

.menu-simple-dropdown .sub-menu-dropdown, .menu-simple-dropdown .sub-sub-menu
{
width: 250px;
}

.whb-sticked .whb-row.whb-general-header {
background-color: #ffffff;
}

.whb-sticked .whb-color-light .navigation-style-underline .item-level-0:hover>a {
color: black;
}

/*sticky main menu color*/
body .whb-sticked .woodmart-navigation .item-level-0.current-menu-item>a{
color:black;
}
body .whb-sticked .woodmart-navigation .item-level-0>a{
color:black;
}
body .whb-sticked .woodmart-navigation .item-level-0>a{
color:black;
}
body .whb-sticked .woodmart-navigation .item-level-0>a:hover{
color:black;
}
body .whb-sticked .woodmart-navigation .item-level-0.menu-item-has-children>a:after{
color:black;
}
body .whb-sticked .woodmart-navigation .item-level-0.menu-item-has-children:hover >a:after{
color:black;
}
body .whb-sticked .woodmart-navigation .item-level-0>a .nav-link-text:after {
background-color: #1675bb;
}

/*sticky*/
body .whb-sticked .woodmart-burger-icon .woodmart-burger {
color: black;
}

/*default*/
body .woodmart-burger-icon .woodmart-burger {
color: white;
}