Home Forums WoodMart support forum Want to change the text color and text hover color in Header area And also want Reply To: Want to change the text color and text hover color in Header area And also want

#358356

Hello,

To change only the sticky header background color and text color Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

body .whb-sticked .whb-general-header {
    background: red;
}

body .whb-sticked .wd-nav .item-level-0.current-menu-item>a {
    color: orange;
}

.whb-sticked .wd-nav .item-level-0>a {
color: orange;
}

Best Regards