Header personalizable cuando scrolleas – WordPress y Elementor

Hola gente! Soy Robin nuevamente! En esta sección encontrarás el código a pegar en el Custom CSS de tu theme. Con eso podrás habilitar el efecto de sticky header cuando scrolleas y mantener tu menu principal arriba.

Código a pegar:

.header-2 {
transform: translatey(-80px);
-moz-transition: all .3s ease!important;
-webkit-transition: all .3s ease!important;
transition: all .3s ease!important;
}

.elementor-sticky–effects.header-2 {
height: auto!important;
transform: translatey(0px);
}

.elementor-sticky–effects.header-1 {
display: none!important;
}

Si quieres ver el PASO a PASO mira el video tutorial en mi canal 😀

Comparte este POST

Share on facebook
Share on google
Share on twitter
Share on linkedin
Share on pinterest
Share on email

Robin Ganaja

Diseñador Web - Empresario

Compartiré temas sobre Marketing Digital, Diseño Web y Emprendimiento. Además tengo una sección de Tutoriales para diseñar webs con Wordpress.

Robin Ganaja

Mis favoritos
Tutorial