Home Forums WoodMart support forum Cambiar el color del encabezado cuando está adhesivo. Reply To: Cambiar el color del encabezado cuando está adhesivo.

#208005

Hello,

I saw the screenshots you attached. To change the color of sticky header you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

body .whb-sticked .whb-general-header {
background-color: red;
}

You can set the color according to your needs.

Best Regards.