Home › Forums › WoodMart support forum › How to change background tranparent on header overlab › Reply To: How to change background tranparent on header overlab
February 3, 2024 at 3:00 pm
#536463
Aizaz Imtiaz Awan
Keymaster
Hello,
Navigate to WoodMart > Header Builder > Edit current Header > Configure header row and change the background color in the style tab:
https://ibb.co/TknSwZ1
For the Sticky Header background color. Please add this code to the Theme Settings > Custom CSS > Global:
body .whb-sticked .whb-general-header {
background-color: white;
}
Best Regards.