Home › Forums › WoodMart support forum › How to change the color of Sticky header › Reply To: How to change the color of Sticky header
October 15, 2024 at 3:17 pm
#605185
Luke Nielsen
Keymaster
Hello,
Try to use the code below for help:
body .whb-sticked .whb-general-header {
background-color: #969696;
}
Define it in Theme Settings -> Custom CSS.
Kind Regards