Advance Elementor STICKY HEADER: Hide Header on SCROLL DOWN and Show On SCROLL UP

  Рет қаралды 666

The Creative Arena

The Creative Arena

Күн бұрын

Пікірлер: 13
@thecreativarena
@thecreativarena 2 ай бұрын
Copy and paste Code Below /* Sticky background color */ selector.elementor-sticky--effects{ background-color: #6f1b9b !important } selector{ transition: background-color 1s ease !important; } /* Show and Hide Sticky Header on scroll */ var prevScrollpos = window.pageYOffset; var header = document.getElementById("header-hide"); var headerHeight = header.offsetHeight; window.onscroll = function() { var currentScrollPos = window.pageYOffset; if (prevScrollpos > currentScrollPos) { header.style.top = "0"; } else { header.style.top = "-" + headerHeight + "px"; } prevScrollpos = currentScrollPos; } /* Show and Hide Sticky Header Speed Control */ #header-hide { transition: all .4s ease!important; }
@mahbuburrahman9555
@mahbuburrahman9555 2 ай бұрын
I was looking for tutorial on this topic for last few days and Finally got it. thanks a to you. your tutorials r really helpful❤
@thecreativarena
@thecreativarena 2 ай бұрын
Glad you found what you were looking for!
@huongmoc_furniture
@huongmoc_furniture Ай бұрын
Thanks you!
@GodPleaseforgiveme
@GodPleaseforgiveme 2 ай бұрын
it so perfect bro
@nagulshareefshaik
@nagulshareefshaik 2 ай бұрын
Nice Brother 👍👍
@GbengaSaviour
@GbengaSaviour 2 ай бұрын
Nice 🎉
@NatachaCattin
@NatachaCattin 2 ай бұрын
Thank you very much for this code. It works great on Chrome and Firefox, but there is a problem on Safari when scrolling up on the top of the page.
@mishamim19
@mishamim19 2 ай бұрын
Would you please share a full website design tutorial with elementor pro page builder? Thanks
@thecreativarena
@thecreativarena 2 ай бұрын
yes i will do so soon
@nagulshareefshaik
@nagulshareefshaik 2 ай бұрын
Extention Name Please for Device Preview Checking ?
@thecreativarena
@thecreativarena 2 ай бұрын
you can check this video it contains other good extension i use as well kzbin.info/www/bejne/qGLOi2iDq5qfoKM
@nagulshareefshaik
@nagulshareefshaik 2 ай бұрын
@@thecreativarena Ok ... Tanq 💐💐
4 Simple and Helpful Elementor CSS Tips & Tricks You need to Know
15:17
A Fully Shrinking Sticky Header On Scroll With Elementor
25:37
Jeffrey @ Lytbox
Рет қаралды 48 М.
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН
Elementor Sticky Headers: Hide Header on Scroll Down, Show On Scroll Up
12:11
Shrinking Header on scroll - Elementor Sticky Header Tutorial for Beginners (2024)
15:33
Sabine @Lechclick Webdesign
Рет қаралды 2,5 М.
Elementor - Vertical Header with Sidebar Menu
6:19
WPDev
Рет қаралды 3,7 М.
Changing Headers On Scroll with Elementor Sticky Headers
11:11
Jeffrey @ Lytbox
Рет қаралды 142 М.
How to make a smart Transparent Header with Elementor
26:10
Rino de Boer
Рет қаралды 18 М.
Show-hide Header in Elementor with the GSAP & ScrollTrigger
9:59