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
March 7, 2022 at 1:18 pm
#358356
Aizaz Imtiaz Awan
Keymaster
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