Cambiar el color del encabezado cuando está adhesivo.
-
Quiero que el encabezado esté transparente y despues de hacer scroll pase a negro. Pero si selecciono el color en el editor de encabezados no saldrá transparente.
Ayuda por favor.
Hello,
First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :-)
.
To make the header transparent you need to enable the option header overlap from WoodMart >> Header Builder >> Edit Header.
Screenshot for Clarification: https://ibb.co/vczmqnK
You can read our documentation for further help:
https://xtemos.com/docs/woodmart/header-builder/enable-header-overlap/
Best Regards.
Creo que no me han entendido.
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.