Hello,
Can you provide the code for sticky header text colour on my site?
The code I have currently is listed below.
.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: #103d69;
}
/*sticky*/
body .whb-sticked .woodmart-burger-icon .woodmart-burger {
color: black;
}
/*default*/
body .woodmart-burger-icon .woodmart-burger {
color: white;
}