Home Forums WoodMart support forum How to change background tranparent on header overlab Reply To: How to change background tranparent on header overlab

#536463

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.