Home Forums WoodMart support forum Replicate front page header across site Reply To: Replicate front page header across site

#130812

Hello,

Please add this code for the Header Organic to the Theme Settings > Custom CSS > Global:

body .whb-sticked .whb-color-dark:not(.whb-with-bg) {
    background-color: black;
}
body .whb-sticked .main-nav .item-level-0 > a{
color:white;
}
body .whb-sticked .main-nav .item-level-0 > a:hover{
color:red;
}
body .whb-sticked .main-nav .current-menu-item > a{
color:red;
}
body .whb-sticked .woodmart-header-links .item-level-0 > a,
body .whb-sticked .search-button > a, 
body .whb-sticked .woodmart-wishlist-info-widget > a,
body .whb-sticked .woodmart-shopping-cart > a {
color:white;
}

Best Regards