Home › Forums › WoodMart support forum › Change Sticky Header Background Colour › Reply To: Change Sticky Header Background Colour
December 12, 2022 at 2:35 am
#428052

Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.whb-sticked .whb-color-light:not(.whb-with-bg) {
background-color: red;
}
Please replace the “red” with the color you need.
Best Regards